package kdf
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Hkdf
Source
RFC 5869 specifies a HMAC-based Extract-and-Expand Key Derivation Function (HKDF), which is abstracted over a specific hash function.
convenience extract hash salt ikm
where the hash
has to be provided explicitly
convenience expand hash prk info len
where the hash
has to be provided explicitly