wrapper.sodium.crypto_auth

Undocumented in source.

Public Imports

deimos.sodium.crypto_auth
public import deimos.sodium.crypto_auth : crypto_auth_BYTES, crypto_auth_bytes, crypto_auth_KEYBYTES, crypto_auth_keybytes, crypto_auth_PRIMITIVE, crypto_auth_keygen;

Members

Aliases

crypto_auth
alias crypto_auth = deimos.sodium.crypto_auth.crypto_auth
Undocumented in source.
crypto_auth_verify
alias crypto_auth_verify = deimos.sodium.crypto_auth.crypto_auth_verify
Undocumented in source.

Functions

crypto_auth
bool crypto_auth(ubyte[crypto_auth_BYTES] mac, ubyte[] message, ubyte[crypto_auth_KEYBYTES] skey)
crypto_auth_primitive
string crypto_auth_primitive()
Undocumented in source. Be warned that the author may not have intended to support it.
crypto_auth_verify
bool crypto_auth_verify(ubyte[crypto_auth_BYTES] mac, ubyte[] message, ubyte[crypto_auth_KEYBYTES] skey)

Meta