A hasher class for HMAC‐SHA‐256.
Synopsis
Declared in <crypto/hmac_sha256.h>
class CHMAC_SHA256;
Member Functions
Name |
Description |
|
Initialize the HMAC with a secret key. |
Produce the MAC of all data written so far. |
|
Absorb more data into the MAC. |
Static Data Members
Name |
Description |
Size of the HMAC‐SHA‐256 output in bytes. |
Created with MrDocs