crypto_auth

  1. alias crypto_auth = deimos.sodium.crypto_auth.crypto_auth
  2. bool crypto_auth(ubyte[crypto_auth_BYTES] mac, ubyte[] message, ubyte[crypto_auth_KEYBYTES] skey)
    pragma(inline, true) @nogc nothrow pure @trusted
    bool
    crypto_auth
    (
    out ubyte[crypto_auth_BYTES] mac
    ,
    scope const ubyte[] message
    ,
    const ubyte[crypto_auth_KEYBYTES] skey
    )

Meta