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