Function dryoc::classic::crypto_onetimeauth::crypto_onetimeauth
source · Expand description
Authenticates message
using key
, and places the result into
mac
. key
should only be used once.
Equivalent to libsodium’s crypto_onetimeauth
.