Package common

Provides classes needed for encryption and polynomial operations.

See:
          Description

Class Summary
Benchmark Benchmarking the encryption scheme with addition, multiplication and exponentiation.
Cipher Provides encryption and decryption operations.
ClientRequest Computes the user's request as a set of encrypted coefficients corresponding to the queried indicator polynomial.
GenPrime Generates prime p and prime q for the encryption scheme.
GetAnswer Provides a tool to obtain the plain-text count value from the answer received from the cloud.
LocalCount  
MultiArray<T>  
MultiFieldKey  
Parameters Provides tools for handling the parameters used for the encryption scheme.
Polynomial Provides an implementation for a univariate polynomial P(x).
Producer Implementation of a local data generator.
Record Definition of a record used by the application.
Statistics Provides a tool for collecting statistics about the values of fields in the data set.
 

Package common Description

Provides classes needed for encryption and polynomial operations.

Encryption
Operations on polynomials
Data manipulation

Author:
vohuudtr