|
libhcs
|
Public key for use in the Threshold Damgard-Jurik system. More...
#include <djcs_t.h>
Data Fields | |
| unsigned long | s |
| Ciphertext space exponent. | |
| mpz_t * | n |
| Modulus of the key. More... | |
| mpz_t | g |
| Precomputation: n + 1 usually, may be 2. | |
Public key for use in the Threshold Damgard-Jurik system.
| mpz_t* djcs_t_public_key::n |
Modulus of the key.
n = p * q
1.8.9.1