box

Undocumented in source.

Members

Classes

BoxKeyPair
class BoxKeyPair
Undocumented in source.

Functions

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_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.

Structs

EncryptedMessage
struct EncryptedMessage
Undocumented in source.

Meta