Skip to main content

extract

Function extract 

pub fn extract(
    digest: MessageDigest,
    salt: &[u8],
    secret: &[u8],
    output: &mut [u8],
) -> Result<(), ErrorStack>
Available on crate features boring and crypto and std only.
Expand description

Extract a pseudorandom key into a digest-sized output buffer.