secretbox

Undocumented in source.

Members

Functions

crypto_secretbox_easy
int crypto_secretbox_easy(ubyte* c, ubyte* m, ulong mlen, ubyte[24] n, ubyte[32] 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_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_open_easy
int crypto_secretbox_open_easy(ubyte* m, ubyte* c, ulong clen, ubyte[24] n, ubyte[32] k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta