GNUnet 0.22.0
GNUNET_CRYPTO_ElligatorEcdhePrivateKey Struct Reference

Special private ECC key generated by GNUNET_CRYPTO_ecdhe_elligator_key_create. 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

Special private ECC key generated by GNUNET_CRYPTO_ecdhe_elligator_key_create.

To be used only for the Elligator KEM. Encoded for transmission.

Definition at line 356 of file gnunet_crypto_lib.h.

Field Documentation

◆ d

unsigned char GNUNET_CRYPTO_ElligatorEcdhePrivateKey::d[256/8]

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

Definition at line 361 of file gnunet_crypto_lib.h.

Referenced by main().


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