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... | |
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.
unsigned char GNUNET_CRYPTO_EcdhePrivateKey::d[256/8] |
d is a value mod n, where n has at most 256 bits.
Definition at line 258 of file gnunet_crypto_lib.h.
Referenced by GNUNET_CRYPTO_ecc_ecdh(), GNUNET_CRYPTO_ecdh_ecdsa(), GNUNET_CRYPTO_ecdh_eddsa(), GNUNET_CRYPTO_ecdh_x25519(), GNUNET_CRYPTO_ecdhe_key_get_public(), GNUNET_CRYPTO_eddsa_kem_decaps(), GNUNET_CRYPTO_hpke_authkem_decaps(), GNUNET_CRYPTO_hpke_elligator_kem_decaps(), GNUNET_CRYPTO_hpke_kem_decaps(), GNUNET_CRYPTO_hpke_sk_to_x25519(), and GNUNET_CRYPTO_x25519_ecdh().