GNUnet 0.21.2
GNUNET_CRYPTO_EcdhePrivateKey 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 ECDH key exchange (ECDHE to be precise).

Definition at line 253 of file gnunet_crypto_lib.h.

Field Documentation

◆ d


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