sodium.crypto_secretbox_xsalsa20poly1305

Undocumented in source.

Members

Functions

crypto_secretbox_xsalsa20poly1305
int crypto_secretbox_xsalsa20poly1305(ubyte* c, const(ubyte)* m, ulong mlen, const(ubyte)* n, const(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_xsalsa20poly1305_boxzerobytes
size_t crypto_secretbox_xsalsa20poly1305_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_xsalsa20poly1305_keybytes
size_t crypto_secretbox_xsalsa20poly1305_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_xsalsa20poly1305_macbytes
size_t crypto_secretbox_xsalsa20poly1305_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_xsalsa20poly1305_noncebytes
size_t crypto_secretbox_xsalsa20poly1305_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_xsalsa20poly1305_open
int crypto_secretbox_xsalsa20poly1305_open(ubyte* m, const(ubyte)* c, ulong clen, const(ubyte)* n, const(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_xsalsa20poly1305_zerobytes
size_t crypto_secretbox_xsalsa20poly1305_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_xsalsa20poly1305_BOXZEROBYTES
enum crypto_secretbox_xsalsa20poly1305_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_xsalsa20poly1305_KEYBYTES
enum crypto_secretbox_xsalsa20poly1305_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_xsalsa20poly1305_MACBYTES
enum crypto_secretbox_xsalsa20poly1305_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_xsalsa20poly1305_NONCEBYTES
enum crypto_secretbox_xsalsa20poly1305_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_xsalsa20poly1305_ZEROBYTES
enum crypto_secretbox_xsalsa20poly1305_ZEROBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta