sodium.crypto_sign

Undocumented in source.

Members

Functions

crypto_sign
int crypto_sign(ubyte* sm, ulong* smlen_p, const(ubyte)* m, ulong mlen, const(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_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_detached
int crypto_sign_detached(ubyte* sig, ulong* siglen_p, const(ubyte)* m, ulong mlen, const(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_p, const(ubyte)* sm, ulong smlen, const(ubyte)* pk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_sign_primitive
const(char)* crypto_sign_primitive()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_sign_publickeybytes
size_t crypto_sign_publickeybytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_sign_secretkeybytes
size_t crypto_sign_secretkeybytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_sign_seed_keypair
int crypto_sign_seed_keypair(ubyte* pk, ubyte* sk, const(ubyte)* seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_sign_seedbytes
size_t crypto_sign_seedbytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_sign_verify_detached
int crypto_sign_verify_detached(const(ubyte)* sig, const(ubyte)* m, ulong mlen, const(ubyte)* pk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

crypto_sign_BYTES
enum 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_PUBLICKEYBYTES
enum crypto_sign_PUBLICKEYBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_sign_SECRETKEYBYTES
enum crypto_sign_SECRETKEYBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_sign_SEEDBYTES
enum crypto_sign_SEEDBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

crypto_sign_PRIMITIVE
immutable(char*) crypto_sign_PRIMITIVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta