Function dryoc::classic::crypto_auth::crypto_auth_init
source · Expand description
Initializes the incremental interface for HMAC-SHA512-256 secret-key
authentication, using key
. Returns a state struct which is required for
subsequent calls to crypto_auth_update
and
crypto_auth_final
.