crypto_auth_verify

  1. alias crypto_auth_verify = deimos.sodium.crypto_auth.crypto_auth_verify
  2. 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