The Sign Answer for Clause Blind Schnorr signature. More...
#include <gnunet_crypto_lib.h>
Data Fields | |
| unsigned int | b |
| To make ROS problem harder, the signer chooses an unpredictable b and only calculates signature of c_b. | |
| struct GNUNET_CRYPTO_CsBlindS | s_scalar |
| The blinded s scalar calculated from c_b. | |
The Sign Answer for Clause Blind Schnorr signature.
The sign operation returns a parameter
| b | and the signature scalar |
| s_scalar. |
Definition at line 3885 of file gnunet_crypto_lib.h.
| unsigned int GNUNET_CRYPTO_CsBlindSignature::b |
To make ROS problem harder, the signer chooses an unpredictable b and only calculates signature of c_b.
Definition at line 3891 of file gnunet_crypto_lib.h.
Referenced by checkvec(), GNUNET_CRYPTO_blind_sig_unblind(), GNUNET_CRYPTO_cs_sign_derive(), output_vectors(), and parse_blinded_sig().
| struct GNUNET_CRYPTO_CsBlindS GNUNET_CRYPTO_CsBlindSignature::s_scalar |
The blinded s scalar calculated from c_b.
Definition at line 3896 of file gnunet_crypto_lib.h.
Referenced by checkvec(), GNUNET_CRYPTO_blind_sig_unblind(), GNUNET_CRYPTO_cs_sign_derive(), and output_vectors().