Secret used for blinding (alpha and beta). More...
#include <gnunet_crypto_lib.h>
Data Fields | |
struct GNUNET_CRYPTO_Cs25519Scalar | alpha |
struct GNUNET_CRYPTO_Cs25519Scalar | beta |
Secret used for blinding (alpha and beta).
Definition at line 627 of file gnunet_crypto_lib.h.
struct GNUNET_CRYPTO_Cs25519Scalar GNUNET_CRYPTO_CsBlindingSecret::alpha |
Definition at line 629 of file gnunet_crypto_lib.h.
Referenced by calc_r_dash(), and GNUNET_CRYPTO_cs_unblind().
struct GNUNET_CRYPTO_Cs25519Scalar GNUNET_CRYPTO_CsBlindingSecret::beta |
Definition at line 630 of file gnunet_crypto_lib.h.
Referenced by calc_r_dash(), and GNUNET_CRYPTO_cs_calc_blinded_c().