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 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_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* m, ulong* mlen, ubyte* sm, ulong smlen, ubyte 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