A hasher class for HMAC-SHA-512.
Declared in <crypto/hmac_sha512.h>
class CHMAC_SHA512;
| Name | Description |
|---|---|
CHMAC_SHA512 [constructor] | Initialize the HMAC with a secret key. |
Finalize | Produce the MAC of all data written so far. |
Write | Absorb more data into the MAC. |
| Name | Description |
|---|---|
OUTPUT_SIZE | Size of the HMAC-SHA-512 output in bytes. |