libhcs
Data Fields
pcs_public_key Struct Reference

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.
 

Detailed Description

Public key for use in the Paillier system.


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