GNUnet 0.21.1
GNUNET_CRYPTO_CsBlindedMessage Struct Reference

CS Parameters derived from the message during blinding to create blinded signature. More...

#include <gnunet_crypto_lib.h>

Collaboration diagram for GNUNET_CRYPTO_CsBlindedMessage:
[legend]

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...
 

Detailed Description

CS Parameters derived from the message during blinding to create blinded signature.

Definition at line 3308 of file gnunet_crypto_lib.h.

Field Documentation

◆ c

struct GNUNET_CRYPTO_CsC GNUNET_CRYPTO_CsBlindedMessage::c[2]

The Clause Schnorr c_0 and c_1 containing the blinded message.

Definition at line 3313 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().

◆ nonce

struct GNUNET_CRYPTO_CsSessionNonce GNUNET_CRYPTO_CsBlindedMessage::nonce

The documentation for this struct was generated from the following file: