GNUnet 0.21.1
GNUNET_CRYPTO_BlindSignPrivateKey Struct Reference

Type of private signing keys for blind signing. More...

#include <gnunet_crypto_lib.h>

Collaboration diagram for GNUNET_CRYPTO_BlindSignPrivateKey:
[legend]

Data Fields

enum GNUNET_CRYPTO_BlindSignatureAlgorithm cipher
 Type of the public key. More...
 
unsigned int rc
 Reference counter. More...
 
union {
   struct GNUNET_CRYPTO_CsPrivateKey   cs_private_key
 If we use GNUNET_CRYPTO_BSA_CS in cipher. More...
 
   struct GNUNET_CRYPTO_RsaPrivateKey *   rsa_private_key
 If we use GNUNET_CRYPTO_BSA_RSA in cipher. More...
 
details
 Details, depending on cipher. More...
 

Detailed Description

Type of private signing keys for blind signing.

Definition at line 3570 of file gnunet_crypto_lib.h.

Field Documentation

◆ cipher

◆ rc

unsigned int GNUNET_CRYPTO_BlindSignPrivateKey::rc

◆ cs_private_key

◆ rsa_private_key

◆ 


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