libhcs
Data Fields
djcs_public_key Struct Reference

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

#include <djcs.h>

Data Fields

unsigned long s
 Ciphertext space exponent.
 
mpz_t * n
 Modulus. More...
 
mpz_t g
 Precomputation: n + 1.
 

Detailed Description

Public key for use in the Paillier system.

Field Documentation

mpz_t* djcs_public_key::n

Modulus.

Higher powers are precomputed. Len(n) = s


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