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 ECDSA signatures.
Definition at line 265 of file gnunet_crypto_lib.h.
unsigned char GNUNET_CRYPTO_EcdsaPrivateKey::d[256/8] |
d is a value mod n, where n has at most 256 bits.
Definition at line 270 of file gnunet_crypto_lib.h.
Referenced by decode_private_ecdsa_key(), GNUNET_CRYPTO_ecdsa_ecdh(), GNUNET_CRYPTO_ecdsa_key_get_anonymous(), GNUNET_CRYPTO_ecdsa_key_get_public(), GNUNET_CRYPTO_ecdsa_private_key_derive(), and GNUNET_CRYPTO_hpke_sk_to_x25519().