Function extract

pub fn extract(salt: &[u8], ikm: &[u8]) -> Result<Tag, UnknownCryptoError> 
Available on crate feature dep_orion only.
Expand description

The HKDF extract step.