Run the HKDF expand step and write 32 bytes of output key material.
Declared in <crypto/hkdf_sha256_32.h>
void
Expand32(
std::string const& info,
unsigned char hash[]);
| Name | Description |
|---|---|
| info | Context and application specific information. |
| hash | Buffer receiving the derived 32-byte key. |