[−][src]Function tink_core::subtle::compute_hkdf
pub fn compute_hkdf(
hash_alg: HashType,
key: &[u8],
salt: &[u8],
info: &[u8],
tag_size: usize
) -> Result<Vec<u8>, TinkError>
Extract a pseudorandom key.
pub fn compute_hkdf(
hash_alg: HashType,
key: &[u8],
salt: &[u8],
info: &[u8],
tag_size: usize
) -> Result<Vec<u8>, TinkError>
Extract a pseudorandom key.