GNUnet debian-0.24.3-28-g4f2a77692
 
Loading...
Searching...
No Matches
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.
 
unsigned int rc
 Reference counter.
 
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.
 

Detailed Description

Type of private signing keys for blind signing.

Definition at line 4129 of file gnunet_crypto_lib.h.

Field Documentation

◆ cipher

◆ rc

unsigned int GNUNET_CRYPTO_BlindSignPrivateKey::rc

◆ cs_private_key

◆ rsa_private_key

◆ [union]


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