A hasher class for HMAC‐SHA‐256.

Synopsis

Declared in <crypto/hmac_sha256.h>

class CHMAC_SHA256;

Member Functions

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.

Static Data Members

Name

Description

OUTPUT_SIZE

Size of the HMAC‐SHA‐256 output in bytes.

Created with MrDocs