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