Curve25519 point. More...
#include <gnunet_crypto_lib.h>
Data Fields | |
unsigned char | y [crypto_core_ed25519_BYTES] |
This is a point on the Curve25519. More... | |
Curve25519 point.
Definition at line 596 of file gnunet_crypto_lib.h.
unsigned char GNUNET_CRYPTO_Cs25519Point::y[crypto_core_ed25519_BYTES] |
This is a point on the Curve25519.
The x coordinate can be restored using the y coordinate
Definition at line 602 of file gnunet_crypto_lib.h.
Referenced by calc_r_dash(), GNUNET_CRYPTO_cs_r_get_public(), and GNUNET_CRYPTO_cs_verify().