GNUnet 0.21.1
GNUNET_CRYPTO_EccPoint Struct Reference

Point on a curve (always for Curve25519) encoded in a format suitable for network transmission (ECDH), see http://cr.yp.to/ecdh.html. More...

#include <gnunet_crypto_lib.h>

Data Fields

unsigned char v [256/8]
 Q consists of an x- and a y-value, each mod p (256 bits), given here in affine coordinates and Ed25519 standard compact format. More...
 

Detailed Description

Point on a curve (always for Curve25519) encoded in a format suitable for network transmission (ECDH), see http://cr.yp.to/ecdh.html.

Definition at line 1824 of file gnunet_crypto_lib.h.

Field Documentation

◆ v

unsigned char GNUNET_CRYPTO_EccPoint::v[256/8]

Q consists of an x- and a y-value, each mod p (256 bits), given here in affine coordinates and Ed25519 standard compact format.

Definition at line 1830 of file gnunet_crypto_lib.h.

Referenced by GNUNET_CRYPTO_ecc_add(), GNUNET_CRYPTO_ecc_dexp(), GNUNET_CRYPTO_ecc_dexp_mpi(), GNUNET_CRYPTO_ecc_dlog(), GNUNET_CRYPTO_ecc_pmul_mpi(), and GNUNET_CRYPTO_ecc_rnd().


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