A hasher class for HMAC-SHA-512.
More...
#include <hmac_sha512.h>
A hasher class for HMAC-SHA-512.
Definition at line 14 of file hmac_sha512.h.
◆ CHMAC_SHA512()
CHMAC_SHA512::CHMAC_SHA512 |
( |
const uint8_t * |
key, |
|
|
size_t |
keylen |
|
) |
| |
◆ Finalize()
void CHMAC_SHA512::Finalize |
( |
uint8_t |
hash[OUTPUT_SIZE] | ) |
|
◆ Write()
CHMAC_SHA512 & CHMAC_SHA512::Write |
( |
const uint8_t * |
data, |
|
|
size_t |
len |
|
) |
| |
|
inline |
◆ inner
◆ outer
◆ OUTPUT_SIZE
const size_t CHMAC_SHA512::OUTPUT_SIZE = 64 |
|
static |
The documentation for this class was generated from the following files: