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... | |
Paillier private key.
Definition at line 550 of file gnunet_crypto_lib.h.
unsigned char GNUNET_CRYPTO_PaillierPrivateKey::lambda[2048/8] |
Lambda-component of the private key.
Definition at line 555 of file gnunet_crypto_lib.h.
Referenced by GNUNET_CRYPTO_paillier_create(), and GNUNET_CRYPTO_paillier_decrypt().
unsigned char GNUNET_CRYPTO_PaillierPrivateKey::mu[2048/8] |
Mu-component of the private key.
Definition at line 559 of file gnunet_crypto_lib.h.
Referenced by GNUNET_CRYPTO_paillier_create(), and GNUNET_CRYPTO_paillier_decrypt().