algorithmName property

  1. @override
String algorithmName
override

Get this algorithm's standard name.

Implementation

@override
String get algorithmName =>
    '${_digest!.algorithmName}/${_kMac == null ? '' : 'DET-'}ECDSA';