GNUnet 0.21.1
GNUNET_CRYPTO_Cs25519Point Struct Reference

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...
 

Detailed Description

Curve25519 point.

Definition at line 583 of file gnunet_crypto_lib.h.

Field Documentation

◆ y

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 589 of file gnunet_crypto_lib.h.

Referenced by calc_r_dash(), GNUNET_CRYPTO_cs_r_get_public(), and GNUNET_CRYPTO_cs_verify().


The documentation for this struct was generated from the following file: