GNUnet 0.21.0
GNUNET_CRYPTO_EddsaPrivateKey Struct Reference

Private ECC key encoded for transmission. More...

#include <gnunet_crypto_lib.h>

Data Fields

unsigned char d [256/8]
 d is a value mod n, where n has at most 256 bits. More...
 

Detailed Description

Private ECC key encoded for transmission.

To be used only for EdDSA signatures.

Definition at line 277 of file gnunet_crypto_lib.h.

Field Documentation

◆ d

unsigned char GNUNET_CRYPTO_EddsaPrivateKey::d[256/8]

d is a value mod n, where n has at most 256 bits.

Definition at line 282 of file gnunet_crypto_lib.h.

Referenced by GNUNET_CRYPTO_eddsa_key_get_public(), GNUNET_CRYPTO_eddsa_private_key_derive(), GNUNET_CRYPTO_eddsa_sign_(), and GNUNET_CRYPTO_eddsa_sign_raw().


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