CHKDF_HMAC_SHA256_L32

A rfc5869 HKDF implementation with HMAC_SHA256 and fixed key output length of 32 bytes (L=32)

Synopsis

Declared in <crypto/hkdf_sha256_32.h>

class CHKDF_HMAC_SHA256_L32;

Member Functions

NameDescription
CHKDF_HMAC_SHA256_L32 [constructor]Run the HKDF extract step over the input keying material and salt.
Expand32 Run the HKDF expand step and write 32 bytes of output key material.