WS_DLL_PUBLIC int crypto_scalarmult_curve25519_base(unsigned char *q, const unsigned char *n)
Compute the Curve25519 public key from a secret scalar.
Definition curve25519.c:96
WS_DLL_PUBLIC int crypto_scalarmult_curve25519(unsigned char *q, const unsigned char *n, const unsigned char *p)
Perform scalar multiplication on Curve25519 to compute a shared secret.
Definition curve25519.c:80