Curve25519 Scalar. More...
#include <gnunet_crypto_lib.h>
Data Fields | |
unsigned char | d [crypto_core_ed25519_SCALARBYTES] |
32 byte scalar More... | |
Curve25519 Scalar.
Definition at line 584 of file gnunet_crypto_lib.h.
unsigned char GNUNET_CRYPTO_Cs25519Scalar::d[crypto_core_ed25519_SCALARBYTES] |
32 byte scalar
Definition at line 589 of file gnunet_crypto_lib.h.
Referenced by calc_r_dash(), cs_full_domain_hash(), GNUNET_CRYPTO_cs_calc_blinded_c(), GNUNET_CRYPTO_cs_private_key_generate(), GNUNET_CRYPTO_cs_private_key_get_public(), GNUNET_CRYPTO_cs_r_get_public(), GNUNET_CRYPTO_cs_sign_derive(), GNUNET_CRYPTO_cs_unblind(), GNUNET_CRYPTO_cs_verify(), and map_to_scalar_subgroup().