libsodium.crypto_scalarmult_ed25519

D language bindings for libsodium's crypto_scalarmult_ed25519.h

Members

Functions

crypto_scalarmult_ed25519
int crypto_scalarmult_ed25519(ubyte* q, const(ubyte)* n, const(ubyte)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_scalarmult_ed25519_base
int crypto_scalarmult_ed25519_base(ubyte* q, const(ubyte)* n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_scalarmult_ed25519_base_noclamp
int crypto_scalarmult_ed25519_base_noclamp(ubyte* q, const(ubyte)* n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_scalarmult_ed25519_bytes
size_t crypto_scalarmult_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_scalarmult_ed25519_noclamp
int crypto_scalarmult_ed25519_noclamp(ubyte* q, const(ubyte)* n, const(ubyte)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_scalarmult_ed25519_scalarbytes
size_t crypto_scalarmult_ed25519_scalarbytes()
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_scalarmult_ed25519_BYTES
enum crypto_scalarmult_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_scalarmult_ed25519_SCALARBYTES
enum crypto_scalarmult_ed25519_SCALARBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

ISC (see LICENSE.txt)