GNUnet 0.21.1
GNUNET_CRYPTO_EddsaPublicKey Struct Reference

Public ECC key (always for curve Ed25519) encoded in a format suitable for network transmission and 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 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 200 of file gnunet_crypto_lib.h.

Field Documentation

◆ q_y


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