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 |
CS Signtature containing scalar s and point R.
Definition at line 558 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 478 of file gnunet_crypto_lib.h.
Referenced by checkvec(), and output_vectors().
struct GNUNET_CRYPTO_CsRPublic GNUNET_CRYPTO_CsSignature::r_point |
Definition at line 478 of file gnunet_crypto_lib.h.
Referenced by checkvec(), and output_vectors().