sodium.crypto_secretbox

Undocumented in source.

Members

Functions

crypto_secretbox
int crypto_secretbox(ubyte* c, ubyte* m, ulong mlen, ubyte* n, ubyte* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_secretbox_boxzerobytes
size_t crypto_secretbox_boxzerobytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_secretbox_detached
int crypto_secretbox_detached(ubyte* c, ubyte* mac, ubyte* m, ulong mlen, ubyte* n, ubyte* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_secretbox_easy
int crypto_secretbox_easy(ubyte* c, ubyte* m, ulong mlen, ubyte* n, ubyte* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_secretbox_keybytes
size_t crypto_secretbox_keybytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_secretbox_macbytes
size_t crypto_secretbox_macbytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_secretbox_noncebytes
size_t crypto_secretbox_noncebytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_secretbox_open
int crypto_secretbox_open(ubyte* m, ubyte* c, ulong clen, ubyte* n, ubyte* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_secretbox_open_detached
int crypto_secretbox_open_detached(ubyte* m, ubyte* c, ubyte* mac, ulong clen, ubyte* n, ubyte* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_secretbox_open_easy
int crypto_secretbox_open_easy(ubyte* m, ubyte* c, ulong clen, ubyte* n, ubyte* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_secretbox_primitive
const(char)* crypto_secretbox_primitive()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_secretbox_zerobytes
size_t crypto_secretbox_zerobytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

crypto_secretbox_BOXZEROBYTES
enum crypto_secretbox_BOXZEROBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_secretbox_KEYBYTES
enum crypto_secretbox_KEYBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_secretbox_MACBYTES
enum crypto_secretbox_MACBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_secretbox_NONCEBYTES
enum crypto_secretbox_NONCEBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_secretbox_ZEROBYTES
enum crypto_secretbox_ZEROBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

crypto_secretbox_PRIMITIVE
immutable(char*) crypto_secretbox_PRIMITIVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta