Percy++
A C++ implementation of Private Information Retrieval (PIR) protocols
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
RecoveryPolyMulti< FX > Struct Template Reference

A struct containing a multiple reconstructed polynomials over the field F. More...

#include <rsdecoder.h>

Public Member Functions

 RecoveryPolyMulti (vector< nservers_t > G, vector< FX > phis)
 Constructor. More...
 

Public Attributes

vector< nservers_t > G
 Server indices that agree. More...
 
vector< FX > phis
 Reconstructed polynomials. More...
 

Detailed Description

template<class FX>
struct RecoveryPolyMulti< FX >

A struct containing a multiple reconstructed polynomials over the field F.

Template Parameters
FXUnivariate polynomials over the field F.

Constructor & Destructor Documentation

RecoveryPolyMulti ( vector< nservers_t >  G,
vector< FX >  phis 
)
inline

Constructor.

Parameters
GServer indices that agree.
phisReconstructed polynomials.

Member Data Documentation

vector<nservers_t> G

Server indices that agree.

vector<FX> phis

Reconstructed polynomials.


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