The crypto_onetimeauth_verify() function checks that 'h' is a correct authenticator of a message 'msg' under the secret key 'key'.
authenticator, slice size must be at least crypto_onetimeauth_BYTES, extra ignored
= message
= secret key, slice size must be at least crypto_onetimeauth_KEYBYTES, extra ignored
success flag
See Implementation
The crypto_onetimeauth_verify() function checks that 'h' is a correct authenticator of a message 'msg' under the secret key 'key'.