GNUnet  0.20.0
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 472 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 478 of file gnunet_crypto_lib.h.

Referenced by calc_r_dash(), and GNUNET_CRYPTO_cs_r_get_public().


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