Paillier private key. More...
#include <gnunet_crypto_lib.h>
Data Fields | |
| unsigned char | lambda [2048/8] |
| Lambda-component of the private key. | |
| unsigned char | mu [2048/8] |
| Mu-component of the private key. | |
Paillier private key.
Definition at line 594 of file gnunet_crypto_lib.h.
| unsigned char GNUNET_CRYPTO_PaillierPrivateKey::lambda[2048/8] |
Lambda-component of the private key.
Definition at line 599 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 603 of file gnunet_crypto_lib.h.
Referenced by GNUNET_CRYPTO_paillier_create(), and GNUNET_CRYPTO_paillier_decrypt().