GNUnet 0.21.1
GNUNET_CRYPTO_RsaBlindedMessage Struct Reference

RSA Parameters to create blinded signature. More...

#include <gnunet_crypto_lib.h>

Data Fields

void * blinded_msg
 Blinded message to be signed Note: is malloc()'ed! More...
 
size_t blinded_msg_size
 Size of the blinded_msg to be signed. More...
 

Detailed Description

RSA Parameters to create blinded signature.

Definition at line 3083 of file gnunet_crypto_lib.h.

Field Documentation

◆ blinded_msg

void* GNUNET_CRYPTO_RsaBlindedMessage::blinded_msg

◆ blinded_msg_size

size_t GNUNET_CRYPTO_RsaBlindedMessage::blinded_msg_size

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