pub fn extract(salt: &SigningKey, secret: &[u8]) -> SigningKey
Expand description
The HKDF-Extract operation.
Parameter | RFC 5869 Term |
---|---|
salt.digest_algorithm() | Hash |
secret | IKM (Input Keying Material) |
[return value] | PRK |
pub fn extract(salt: &SigningKey, secret: &[u8]) -> SigningKey
The HKDF-Extract operation.
Parameter | RFC 5869 Term |
---|---|
salt.digest_algorithm() | Hash |
secret | IKM (Input Keying Material) |
[return value] | PRK |