libhcs
Data Fields
djcs_t_public_key Struct Reference

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.
 

Detailed Description

Public key for use in the Threshold Damgard-Jurik system.

Field Documentation

mpz_t* djcs_t_public_key::n

Modulus of the key.

n = p * q


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