box

Undocumented in source.

Members

Classes

BoxKeyPair
class BoxKeyPair
Undocumented in source.

Functions

crypto_box_beforenmbytes
size_t crypto_box_beforenmbytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_box_boxzerobytes
size_t crypto_box_boxzerobytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_box_easy
int crypto_box_easy(ubyte* c, ubyte* m, ulong mlen, ubyte n, ubyte pk, ubyte sk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_box_keypair
int crypto_box_keypair(ubyte pk, ubyte sk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_box_macbytes
size_t crypto_box_macbytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_box_noncebytes
size_t crypto_box_noncebytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_box_open_easy
int crypto_box_open_easy(ubyte* m, ubyte* c, ulong clen, ubyte n, ubyte pk, ubyte sk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_box_primitive
char* crypto_box_primitive()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_box_publickeybytes
size_t crypto_box_publickeybytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_box_secretkeybytes
size_t crypto_box_secretkeybytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_box_seed_keypair
int crypto_box_seed_keypair(ubyte pk, ubyte sk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_box_seedbytes
size_t crypto_box_seedbytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_box_zerobytes
size_t crypto_box_zerobytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

EncryptedBoxMessage
struct EncryptedBoxMessage
Undocumented in source.

Meta