authVerify

actual fun authVerify(tag: UByteArray, message: UByteArray, key: UByteArray): Boolean
expect fun authVerify(tag: UByteArray, message: UByteArray, key: UByteArray): Boolean

Verify that given message, secret key and tag, a newly calculated tag matches the received HMAC-SHA512-256 tag.

actual fun authVerify(tag: UByteArray, message: UByteArray, key: UByteArray): Boolean
actual fun authVerify(tag: UByteArray, message: UByteArray, key: UByteArray): Boolean