Function dryoc::classic::crypto_auth::crypto_auth_final
source · pub fn crypto_auth_final(state: AuthState, output: &mut [u8; 32])
Expand description
Finalizes the message authentication code for state
, and places the result
into output
.