pub fn crypto_auth_init(key: &Key) -> AuthState
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.