Function orion::hazardous::kdf::hkdf::sha512::extract

source ·
pub fn extract(salt: &[u8], ikm: &[u8]) -> Result<Tag, UnknownCryptoError>
Expand description

The HKDF extract step.