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 671 of file gnunet_crypto_lib.h.
| struct GNUNET_CRYPTO_Cs25519Scalar GNUNET_CRYPTO_CsBlindingSecret::alpha |
Definition at line 673 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 674 of file gnunet_crypto_lib.h.
Referenced by calc_r_dash(), and GNUNET_CRYPTO_cs_calc_blinded_c().