sodium.crypto_scalarmult_curve25519

Undocumented in source.

Members

Functions

_crypto_scalarmult_curve25519_pick_best_implementation
int _crypto_scalarmult_curve25519_pick_best_implementation()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_scalarmult_curve25519
int crypto_scalarmult_curve25519(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_curve25519_base
int crypto_scalarmult_curve25519_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_curve25519_bytes
size_t crypto_scalarmult_curve25519_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_curve25519_scalarbytes
size_t crypto_scalarmult_curve25519_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_curve25519_BYTES
enum crypto_scalarmult_curve25519_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_curve25519_SCALARBYTES
enum crypto_scalarmult_curve25519_SCALARBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta