pub async fn prepare_from(
input: &DeriveInput,
salt: impl Into<Vec<u8>>,
info: impl Into<Vec<u8>>,
) -> Result<DeriveInput, Error>Expand description
Chain an HKDF-SHA-1 derivation from another derivation’s output. See
hkdf_sha2::prepare_from.