GNUnet 0.21.1
GNUNET_CRYPTO_EddsaPrivateScalar Struct Reference

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...
 

Detailed Description

Private ECC scalar encoded for transmission.

To be used only for EdDSA signatures.

Definition at line 290 of file gnunet_crypto_lib.h.

Field Documentation

◆ s

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().


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