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.
pub async fn prepare_from(
input: &DeriveInput,
salt: Vec<u8>,
info: Vec<u8>,
) -> Result<DeriveInput, Error>Parameterize an HKDF-SHA-1 derivation from another derivation’s
output. See hkdf-sha2.prepare-from.