GNUnet 0.21.1
GNUNET_CRYPTO_BlindingInputValues Struct Reference

Input needed for blinding a message. More...

#include <gnunet_crypto_lib.h>

Collaboration diagram for GNUNET_CRYPTO_BlindingInputValues:
[legend]

Data Fields

enum GNUNET_CRYPTO_BlindSignatureAlgorithm cipher
 Type of the signature. More...
 
unsigned int rc
 Reference counter. More...
 
union {
   struct GNUNET_CRYPTO_CSPublicRPairP   cs_values
 If we use GNUNET_CRYPTO_BSA_CS in cipher. More...
 
details
 Details, depending on cipher. More...
 

Detailed Description

Input needed for blinding a message.

Definition at line 3648 of file gnunet_crypto_lib.h.

Field Documentation

◆ cipher

enum GNUNET_CRYPTO_BlindSignatureAlgorithm GNUNET_CRYPTO_BlindingInputValues::cipher

◆ rc

unsigned int GNUNET_CRYPTO_BlindingInputValues::rc

◆ cs_values

struct GNUNET_CRYPTO_CSPublicRPairP GNUNET_CRYPTO_BlindingInputValues::cs_values

◆ 

union { ... } GNUNET_CRYPTO_BlindingInputValues::details

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