Function crypto::hkdf::hkdf_expand [-] [+] [src]

pub fn hkdf_expand<D: Digest>(digest: D, prk: &[u8], info: &[u8], okm: &mut [u8])

Execute the HKDF-Expand function. Applications MUST NOT use this for password hashing.

Arguments