shaker

Undocumented in source.

Members

Classes

BoxKeyPair
class BoxKeyPair
Undocumented in source.
SignKeyPair
class SignKeyPair
Undocumented in source.

Functions

crypto_box_easy
int crypto_box_easy(ubyte* , ubyte* , ulong , ubyte[24] , ubyte[32] , ubyte[32] )
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* , ubyte* , ulong , ubyte[24] , ubyte[32] , ubyte[32] )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_sign
int crypto_sign(ubyte* , ulong* , ubyte* , ulong , ubyte[64] )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_sign_keypair
int crypto_sign_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_sign_open
int crypto_sign_open(ubyte* , ulong* , ubyte* , ulong , ubyte[32] )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
randombytes_buf
void randombytes_buf(void* , size_t )
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.
SignedMessage
struct SignedMessage
Undocumented in source.

Meta