Show / Hide Table of Contents

CmacBlockCipherAlgorithmExtensions Class

Namespace: Yubico.Core.Cryptography Assembly: Yubico.Core.dll

Extension methods to operate on the CmacBlockCipherAlgorithm enum.

C#
public static class CmacBlockCipherAlgorithmExtensions
Inheritance 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.

In this article
Back to top Generated by DocFX