CS Signtature containing scalar s and point R. More...
#include <gnunet_crypto_lib.h>
Data Fields | |
struct GNUNET_CRYPTO_CsS | s_scalar |
Schnorr signatures are composed of a scalar s and a curve point. More... | |
struct GNUNET_CRYPTO_CsRPublic | r_point |
Curve point of the Schnorr signature. More... | |
CS Signtature containing scalar s and point R.
Definition at line 682 of file gnunet_crypto_lib.h.
struct GNUNET_CRYPTO_CsS GNUNET_CRYPTO_CsSignature::s_scalar |
Schnorr signatures are composed of a scalar s and a curve point.
Definition at line 687 of file gnunet_crypto_lib.h.
Referenced by checkvec(), GNUNET_CRYPTO_blind_sig_unblind(), GNUNET_CRYPTO_cs_verify(), and output_vectors().
struct GNUNET_CRYPTO_CsRPublic GNUNET_CRYPTO_CsSignature::r_point |
Curve point of the Schnorr signature.
Definition at line 692 of file gnunet_crypto_lib.h.
Referenced by checkvec(), GNUNET_CRYPTO_blind_sig_unblind(), GNUNET_CRYPTO_cs_verify(), and output_vectors().