GNUnet 0.21.1
GNUNET_CRYPTO_Edx25519PublicKey Struct Reference

Public ECC key (always for curve Ed25519) encoded in a format suitable for network transmission and Edx25519 (same as EdDSA) signatures. More...

#include <gnunet_crypto_lib.h>

Data Fields

unsigned char q_y [256/8]
 Point Q consists of a y-value mod p (256 bits); the x-value is always positive. More...
 

Detailed Description

Public ECC key (always for curve Ed25519) encoded in a format suitable for network transmission and Edx25519 (same as EdDSA) signatures.

Refer to section 5.1.3 of rfc8032, for a thorough explanation of how this value maps to the x- and y-coordinates.

Definition at line 325 of file gnunet_crypto_lib.h.

Field Documentation

◆ q_y

unsigned char GNUNET_CRYPTO_Edx25519PublicKey::q_y[256/8]

Point Q consists of a y-value mod p (256 bits); the x-value is always positive.

The point is stored in Ed25519 standard compact format.

Definition at line 332 of file gnunet_crypto_lib.h.


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