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
Name |
Description |
info |
Context and application specific information. |
hash |
Buffer receiving the derived 32‐byte key. |
Created with MrDocs