sodium.crypto_scalarmult

Undocumented in source.

Members

Functions

crypto_scalarmult
int crypto_scalarmult(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_base
int crypto_scalarmult_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_bytes
size_t crypto_scalarmult_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_primitive
const(char)* crypto_scalarmult_primitive()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_scalarmult_scalarbytes
size_t crypto_scalarmult_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_BYTES
enum crypto_scalarmult_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_SCALARBYTES
enum crypto_scalarmult_SCALARBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

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

Meta