compute_hkdf

Function compute_hkdf 

Source
pub fn compute_hkdf(
    hash_alg: HashType,
    key: &[u8],
    salt: &[u8],
    info: &[u8],
    tag_size: usize,
) -> Result<Vec<u8>, TinkError>
Expand description

Extract a pseudorandom key.