sign

Undocumented in source.

Members

Classes

SignKeyPair
class SignKeyPair
Undocumented in source.

Functions

crypto_sign
int crypto_sign(ubyte* sm, ulong* smlen, ubyte* m, ulong mlen, ubyte[64] 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_bytes
size_t crypto_sign_bytes()
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[32] pk, ubyte[64] 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* m, ulong* mlen, ubyte* sm, ulong smlen, ubyte[32] pk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

SignedMessage
struct SignedMessage
Undocumented in source.

Meta