|
libhcs
|
Public key for use in the Paillier system. More...
#include <pcs.h>
Data Fields | |
| mpz_t | n |
| Modulus of the key: n = p * q. | |
| mpz_t | g |
| Precomputation: n + 1 usually, be 2. | |
| mpz_t | n2 |
| Precomputation: n^2. | |
Public key for use in the Paillier system.
1.8.9.1