A hasher class for HMAC-SHA-256.
Declared in <crypto/hmac_sha256.h>
class CHMAC_SHA256;
| Name | Description |
|---|---|
CHMAC_SHA256 [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-256 output in bytes. |