libsodium.crypto_scalarmult_ristretto255

D language bindings for libsodium's crypto_scalarmult_ristretto255.h

Members

Functions

crypto_scalarmult_ristretto255
int crypto_scalarmult_ristretto255(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_ristretto255_base
int crypto_scalarmult_ristretto255_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_ristretto255_bytes
size_t crypto_scalarmult_ristretto255_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_ristretto255_scalarbytes
size_t crypto_scalarmult_ristretto255_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_ristretto255_BYTES
enum crypto_scalarmult_ristretto255_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_ristretto255_SCALARBYTES
enum crypto_scalarmult_ristretto255_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)