GNUnet 0.21.1
GNUNET_CRYPTO_BlindedMessage Struct Reference

Blinded message ready for blind signing. More...

#include <gnunet_crypto_lib.h>

Collaboration diagram for GNUNET_CRYPTO_BlindedMessage:
[legend]

Data Fields

enum GNUNET_CRYPTO_BlindSignatureAlgorithm cipher
 Type of the sign blinded message. More...
 
unsigned int rc
 Reference counter. More...
 
union {
   struct GNUNET_CRYPTO_CsBlindedMessage   cs_blinded_message
 If we use GNUNET_CRYPTO_BSA_CS in cipher. More...
 
   struct GNUNET_CRYPTO_RsaBlindedMessage   rsa_blinded_message
 If we use GNUNET_CRYPTO_BSA_RSA in cipher. More...
 
details
 Details, depending on cipher. More...
 

Detailed Description

Blinded message ready for blind signing.

Definition at line 3605 of file gnunet_crypto_lib.h.

Field Documentation

◆ cipher

◆ rc

unsigned int GNUNET_CRYPTO_BlindedMessage::rc

◆ cs_blinded_message

struct GNUNET_CRYPTO_CsBlindedMessage GNUNET_CRYPTO_BlindedMessage::cs_blinded_message

◆ rsa_blinded_message

◆ 

union { ... } GNUNET_CRYPTO_BlindedMessage::details

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