CHMAC_SHA256

A hasher class for HMAC-SHA-256.

Synopsis

Declared in <crypto/hmac_sha256.h>

class CHMAC_SHA256;

Member Functions

NameDescription
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.

Static Data Members

NameDescription
OUTPUT_SIZE Size of the HMAC-SHA-256 output in bytes.