CHKDF_HMAC_SHA256_L32::Expand32

Run the HKDF expand step and write 32 bytes of output key material.

Synopsis

Declared in <crypto/hkdf_sha256_32.h>

void
Expand32(
    std::string const& info,
    unsigned char hash[]);

Parameters

NameDescription
infoContext and application specific information.
hashBuffer receiving the derived 32-byte key.