sodium.crypto_sign_ed25519

Undocumented in source.

Members

Functions

crypto_sign_ed25519
int crypto_sign_ed25519(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_ed25519_bytes
size_t crypto_sign_ed25519_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_ed25519_detached
int crypto_sign_ed25519_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_ed25519_keypair
int crypto_sign_ed25519_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_ed25519_open
int crypto_sign_ed25519_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_ed25519_pk_to_curve25519
int crypto_sign_ed25519_pk_to_curve25519(ubyte* curve25519_pk, const(ubyte)* ed25519_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_ed25519_publickeybytes
size_t crypto_sign_ed25519_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_ed25519_secretkeybytes
size_t crypto_sign_ed25519_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_ed25519_seed_keypair
int crypto_sign_ed25519_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_ed25519_seedbytes
size_t crypto_sign_ed25519_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_ed25519_sk_to_curve25519
int crypto_sign_ed25519_sk_to_curve25519(ubyte* curve25519_sk, const(ubyte)* ed25519_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_ed25519_sk_to_pk
int crypto_sign_ed25519_sk_to_pk(ubyte* pk, 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_ed25519_sk_to_seed
int crypto_sign_ed25519_sk_to_seed(ubyte* seed, 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_ed25519_verify_detached
int crypto_sign_ed25519_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_ed25519_BYTES
enum crypto_sign_ed25519_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_ed25519_PUBLICKEYBYTES
enum crypto_sign_ed25519_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_ed25519_SECRETKEYBYTES
enum crypto_sign_ed25519_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_ed25519_SEEDBYTES
enum crypto_sign_ed25519_SEEDBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta