pub fn crypto_auth_hmacsha512256_final(
state: HmacSha512256State,
output: &mut Mac,
)Expand description
Finalizes HMAC-SHA-512-256 and places the truncated result into output.
pub fn crypto_auth_hmacsha512256_final(
state: HmacSha512256State,
output: &mut Mac,
)Finalizes HMAC-SHA-512-256 and places the truncated result into output.