Function crypto::hkdf::hkdf_extract[][src]

pub fn hkdf_extract<D: Digest>(
    digest: D,
    salt: &[u8],
    ikm: &[u8],
    prk: &mut [u8]
)

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

Arguments