Expand description
This module uses heap allocated vectors for cases where the output length is not const.
Functions§
- HKDF expand using the pre-key material
prkandinfo. The output length is defined through the result type. Returns the key material in an array of lengthokm_lenorError::OkmTooLargeif the requestedokm_lenis too large. - HKDF using the
salt, input key materialikm,info. The output length is defined through the result type. Callsextractandexpandwith the given input.