GNUnet debian-0.24.3-28-g4f2a77692
 
Loading...
Searching...
No Matches
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.
 
unsigned int rc
 Reference counter.
 
union { 
 
   struct GNUNET_CRYPTO_CSPublicRPairP   cs_values 
 If we use GNUNET_CRYPTO_BSA_CS in cipher. More...
 
details 
 Details, depending on cipher.
 

Detailed Description

Input needed for blinding a message.

Definition at line 4207 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]

union { ... } GNUNET_CRYPTO_BlindingInputValues::details

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