Skip to main content

prepare_from

Function prepare_from 

Source
pub async fn prepare_from(
    input: &DeriveInput,
    salt: Vec<u8>,
    info: Vec<u8>,
) -> Result<DeriveInput, Error>
Expand description

Parameterize an HKDF-SHA-1 derivation from another derivation’s output. See hkdf-sha2.prepare-from.