pub fn crypto_auth_init(key: &Key) -> AuthStateExpand description
Initialize the incremental interface for HMAC-SHA512-256 secret-key.
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.