CS Parameters derived from the message during blinding to create blinded signature. More...
#include <gnunet_crypto_lib.h>
Data Fields | |
struct GNUNET_CRYPTO_CsC | c [2] |
The Clause Schnorr c_0 and c_1 containing the blinded message. More... | |
struct GNUNET_CRYPTO_CsSessionNonce | nonce |
Nonce used in initial request. More... | |
CS Parameters derived from the message during blinding to create blinded signature.
Definition at line 3888 of file gnunet_crypto_lib.h.
struct GNUNET_CRYPTO_CsC GNUNET_CRYPTO_CsBlindedMessage::c[2] |
The Clause Schnorr c_0 and c_1 containing the blinded message.
Definition at line 3893 of file gnunet_crypto_lib.h.
Referenced by checkvec(), GNUNET_CRYPTO_cs_sign_derive(), GNUNET_CRYPTO_message_blind_to_sign(), output_vectors(), and parse_blinded_message().
struct GNUNET_CRYPTO_CsSessionNonce GNUNET_CRYPTO_CsBlindedMessage::nonce |
Nonce used in initial request.
Definition at line 3898 of file gnunet_crypto_lib.h.
Referenced by GNUNET_CRYPTO_blind_sign(), GNUNET_CRYPTO_cs_sign_derive(), GNUNET_CRYPTO_message_blind_to_sign(), and parse_blinded_message().