Private ECC scalar encoded for transmission. More...
#include <gnunet_crypto_lib.h>
Data Fields | |
unsigned char | s [512/8] |
s is the expandedprivate 512-bit scalar of a private key. More... | |
Private ECC scalar encoded for transmission.
To be used only for EdDSA signatures.
Definition at line 290 of file gnunet_crypto_lib.h.
unsigned char GNUNET_CRYPTO_EddsaPrivateScalar::s[512/8] |
s is the expandedprivate 512-bit scalar of a private key.
Definition at line 295 of file gnunet_crypto_lib.h.
Referenced by GNUNET_CRYPTO_eddsa_key_get_public_from_scalar(), GNUNET_CRYPTO_eddsa_sign_derived(), and run_edkey().