libhcs
Data Fields
djcs_private_key Struct Reference

Private key for use in the Paillier system. More...

#include <djcs.h>

Data Fields

unsigned long s
 Ciphertext space exponent.
 
mpz_t * n
 Modulus; Higher powers are precomputed. More...
 
mpz_t d
 lcm(p, q) where n = p * q
 
mpz_t mu
 g^d (mod n^(s+1))
 

Detailed Description

Private key for use in the Paillier system.

Field Documentation

mpz_t* djcs_private_key::n

Modulus; Higher powers are precomputed.

Len(n) = s


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