sodium ~master (2019-06-07T17:14:01Z)
Home
Dub
Repo
crypto_auth_verify
wrapper
sodium
crypto_auth
alias
crypto_auth_verify
=
deimos
.
sodium
.
crypto_auth
.
crypto_auth_verify
bool
crypto_auth_verify
(ubyte[crypto_auth_BYTES] mac, ubyte[] message, ubyte[crypto_auth_KEYBYTES] skey)
pragma(
inline
, true) @
nogc
nothrow pure @
trusted
bool
crypto_auth_verify
(
const
ubyte
[
crypto_auth_BYTES
]
mac
,
scope
const
ubyte
[]
message
,
const
ubyte
[
crypto_auth_KEYBYTES
]
skey
)
Meta
Source
See Implementation
wrapper
sodium
crypto_auth
aliases
crypto_auth
crypto_auth_verify
functions
crypto_auth_primitive