Function derive_key
pub fn derive_key(
salt: &[u8],
ikm: &[u8],
info: Option<&[u8]>,
dst_out: &mut [u8],
) -> Result<(), UnknownCryptoError> ⓘ
Available on crate feature
dep_orion
only.Expand description
Combine extract
and expand
to return a derived key.