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