Get this algorithm's standard name.
@override String get algorithmName { var blockCipherAlgorithmName = _cipher.algorithmName.split('/').first; return '$blockCipherAlgorithmName/CMAC'; }