GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
GNUNET_CRYPTO_BlindedSignature Struct Reference

Type for blinded signatures. More...

#include <gnunet_crypto_lib.h>

Collaboration diagram for GNUNET_CRYPTO_BlindedSignature:
[legend]

Data Fields

enum GNUNET_CRYPTO_BlindSignatureAlgorithm cipher
 Type of the signature.
 
unsigned int rc
 Reference counter.
 
union { 
 
   struct GNUNET_CRYPTO_CsBlindSignature   blinded_cs_answer 
 If we use GNUNET_CRYPTO_BSA_CS in cipher. More...
 
   struct GNUNET_CRYPTO_RsaSignature *   blinded_rsa_signature 
 If we use GNUNET_CRYPTO_BSA_RSA in cipher. More...
 
details 
 Details, depending on cipher.
 

Detailed Description

Type for blinded signatures.

Must be unblinded before it becomes valid.

Definition at line 4051 of file gnunet_crypto_lib.h.

Field Documentation

◆ cipher

◆ rc

unsigned int GNUNET_CRYPTO_BlindedSignature::rc

◆ blinded_cs_answer

struct GNUNET_CRYPTO_CsBlindSignature GNUNET_CRYPTO_BlindedSignature::blinded_cs_answer

If we use GNUNET_CRYPTO_BSA_CS in cipher.

At this point only the blinded s scalar is used. The final signature consisting of r,s is built after unblinding.

Definition at line 4074 of file gnunet_crypto_lib.h.

Referenced by extract_blinded_sig(), GNUNET_CRYPTO_blind_sig_cmp(), GNUNET_CRYPTO_blind_sig_unblind(), GNUNET_CRYPTO_blind_sign(), parse_blinded_sig(), and qconv_blinded_sig().

◆ blinded_rsa_signature

◆ [union]


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