[][src]Function ring::hkdf::extract_and_expand

pub fn extract_and_expand(
    salt: &Salt,
    secret: &[u8],
    info: &[u8],
    out: &mut [u8]
)
Deprecated:

Will be removed in the next release.

Deprecated shortcut for salt.extract(secret).expand(info).fill(out).unwrap().