Public ECC key (always for Curve25519) encoded in a format suitable for network transmission and ECDSA signatures. More...
#include <gnunet_crypto_lib.h>
Data Fields | |
unsigned char | q_y [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... | |
Public ECC key (always for Curve25519) encoded in a format suitable for network transmission and ECDSA signatures.
Definition at line 215 of file gnunet_crypto_lib.h.
unsigned char GNUNET_CRYPTO_EcdsaPublicKey::q_y[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 221 of file gnunet_crypto_lib.h.