[#CHKDF_HMAC_SHA256_L32-Expand32] = xref:CHKDF_HMAC_SHA256_L32.adoc[CHKDF_HMAC_SHA256_L32]::Expand32 :relfileprefix: ../ :mrdocs: Run the HKDF expand step and write 32 bytes of output key material. == Synopsis Declared in `<crypto/hkdf_sha256_32.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Expand32( std::string const& info, unsigned char hash[]); ---- == Parameters [cols="1,4"] |=== | Name| Description | *info* | Context and application specific information. | *hash* | Buffer receiving the derived 32‐byte key. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#