GNUnet 0.28.0-dev.1-8-gc60ee0208
 
Loading...
Searching...
No Matches
GNUNET_CRYPTO_EcdsaPrivateKey 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.
 

Detailed Description

Private ECC key encoded for transmission.

To be used only for ECDSA signatures.

Definition at line 282 of file gnunet_crypto_lib.h.

Field Documentation

◆ d

unsigned char GNUNET_CRYPTO_EcdsaPrivateKey::d[256/8]

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