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

Type of (unblinded) signatures. More...

#include <gnunet_crypto_lib.h>

Collaboration diagram for GNUNET_CRYPTO_UnblindedSignature:
[legend]

Data Fields

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

Detailed Description

Type of (unblinded) signatures.

Definition at line 4014 of file gnunet_crypto_lib.h.

Field Documentation

◆ cipher

◆ rc

unsigned int GNUNET_CRYPTO_UnblindedSignature::rc

◆ cs_signature

◆ rsa_signature

◆ [union]


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