- crypto_secretbox_detached
bool crypto_secretbox_detached(ubyte[] c, ubyte[crypto_secretbox_MACBYTES] mac, ubyte[] m, ubyte[crypto_secretbox_NONCEBYTES] nonce, ubyte[crypto_secretbox_KEYBYTES] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- crypto_secretbox_easy
bool crypto_secretbox_easy(ubyte[] c, ubyte[] m, ubyte[crypto_secretbox_NONCEBYTES] nonce, ubyte[crypto_secretbox_KEYBYTES] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- crypto_secretbox_open_detached
bool crypto_secretbox_open_detached(ubyte[] m, ubyte[] c, ubyte[crypto_secretbox_MACBYTES] mac, ubyte[crypto_secretbox_NONCEBYTES] nonce, ubyte[crypto_secretbox_KEYBYTES] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- crypto_secretbox_open_easy
bool crypto_secretbox_open_easy(ubyte[] m, ubyte[] c, ubyte[crypto_secretbox_NONCEBYTES] nonce, ubyte[crypto_secretbox_KEYBYTES] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- crypto_secretbox_primitive
string crypto_secretbox_primitive()
Undocumented in source. Be warned that the author may not have intended to support it.