HmacContext Struct Reference
HMAC algorithm context. More...
#include <hmac.h>
Data Fields | |
const HashAlgo * | hash |
HashContext | hashContext |
uint8_t | key [MAX_HASH_BLOCK_SIZE] |
uint8_t | digest [MAX_HASH_DIGEST_SIZE] |
Detailed Description
Field Documentation
◆ digest
uint8_t digest[MAX_HASH_DIGEST_SIZE] |
◆ hash
◆ hashContext
HashContext hashContext |
◆ key
uint8_t key[MAX_HASH_BLOCK_SIZE] |
The documentation for this struct was generated from the following file:
- cyclone_crypto/mac/hmac.h