GNUnet 0.21.0
GNUNET_CRYPTO_EccSignaturePurpose Struct Reference

header of what an ECC signature signs this must be followed by "size - 8" bytes of the actual signed data More...

#include <gnunet_crypto_lib.h>

Data Fields

uint32_t size
 How many bytes does this signature sign? (including this purpose header); in network byte order (!). More...
 
uint32_t purpose
 What does this signature vouch for? This must contain a GNUNET_SIGNATURE_PURPOSE_XXX constant (from gnunet_signatures.h). More...
 

Detailed Description

header of what an ECC signature signs this must be followed by "size - 8" bytes of the actual signed data

Definition at line 140 of file gnunet_crypto_lib.h.

Field Documentation

◆ size

◆ purpose


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