GNUnet 0.21.1
GNUNET_CRYPTO_PaillierPrivateKey Struct Reference

Paillier private key. More...

#include <gnunet_crypto_lib.h>

Data Fields

unsigned char lambda [2048/8]
 Lambda-component of the private key. More...
 
unsigned char mu [2048/8]
 Mu-component of the private key. More...
 

Detailed Description

Paillier private key.

Definition at line 537 of file gnunet_crypto_lib.h.

Field Documentation

◆ lambda

unsigned char GNUNET_CRYPTO_PaillierPrivateKey::lambda[2048/8]

Lambda-component of the private key.

Definition at line 542 of file gnunet_crypto_lib.h.

Referenced by GNUNET_CRYPTO_paillier_create(), and GNUNET_CRYPTO_paillier_decrypt().

◆ mu

unsigned char GNUNET_CRYPTO_PaillierPrivateKey::mu[2048/8]

Mu-component of the private key.

Definition at line 546 of file gnunet_crypto_lib.h.

Referenced by GNUNET_CRYPTO_paillier_create(), and GNUNET_CRYPTO_paillier_decrypt().


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