pub fn crypto_onetimeauth(mac: &mut Mac, message: &[u8], key: &Key)
Authenticates message using key, and places the result into mac. key should only be used once.
message
key
mac
Equivalent to libsodium’s crypto_onetimeauth.
crypto_onetimeauth