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
Name |
Description |
|
Run the HKDF extract step over the input keying material and salt. |
Run the HKDF expand step and write 32 bytes of output key material. |
Created with MrDocs