GNUnet 0.25.2-10-g5b94a194f
 
Loading...
Searching...
No Matches
GNUNET_CRYPTO_BlindableKeySignature Struct Reference

An identity signature as per LSD0001. More...

#include <gnunet_crypto_lib.h>

Collaboration diagram for GNUNET_CRYPTO_BlindableKeySignature:
[legend]

Data Fields

uint32_t type
 Type of signature.
 
union { 
 
   struct GNUNET_CRYPTO_EcdsaSignature   ecdsa_signature 
 An ECDSA signature. More...
 
   struct GNUNET_CRYPTO_EddsaSignature   eddsa_signature 
 AN EdDSA signature. More...
 
};  
 

Detailed Description

An identity signature as per LSD0001.

Definition at line 497 of file gnunet_crypto_lib.h.

Field Documentation

◆ type

◆ ecdsa_signature

◆ eddsa_signature

struct GNUNET_CRYPTO_EddsaSignature GNUNET_CRYPTO_BlindableKeySignature::eddsa_signature

◆ [union]


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