CmacBlockCipherAlgorithmExtensions Class
Namespace: Yubico.Core.Cryptography Assembly: Yubico.Core.dllExtension methods to operate on the CmacBlockCipherAlgorithm enum.
C#
public static class CmacBlockCipherAlgorithmExtensions : Object
Inheritance
System.Object
CmacBlockCipherAlgorithmExtensions
Methods
Name | Description |
---|---|
KeyLength(CmacBlockCipherAlgorithm) | Returns the length, in bytes, of the key to be used in the operations given the specified underlying block cipher algorithm. |
MacLength(CmacBlockCipherAlgorithm) | Returns the size, in bytes, of the resulting CMAC given the specified underlying block cipher algorithm. |