Message Authentication Code (MAC) Algorithm
public enum MacAlgorithm
Public Enumeration MacAlgorithm
Member name | Description | |
---|---|---|
HmacSha1 | HMAC-SHA-1 | |
HmacMd5 | HMAC-MD5 | |
HmacRipemd160 | HMAC-RIPEMD160 | |
HmacSha224 | HMAC-SHA-224 | |
HmacSha256 | HMAC-SHA-256 | |
HmacSha384 | HMAC-SHA-384 | |
HmacSha512 | HMAC-SHA-512 | |
HmacSha3_224 | HMAC-SHA-3-224 | |
HmacSha3_256 | HMAC-SHA-3-256 | |
HmacSha3_384 | HMAC-SHA-3-384 | |
HmacSha3_512 | HMAC-SHA-3-512 | |
CmacTdea | CMAC-TDEA (CMAC-DES-EDE) | |
CmacAes128 | CMAC-AES-128 | |
CmacAes192 | CMAC-AES-192 | |
CmacAes256 | CMAC-AES-256 | |
Poly1305 | Poly1305 | |
Kmac128 | KMAC128 with a fixed-length output of 256 bits (32 bytes) | |
Kmac256 | KMAC256 with a fixed-length output of 512 bits (64 bytes) |