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
RecoveryPoly< FX > Struct Template Reference

A struct containing a reconstructed polynomial over the field F. More...

#include <rsdecoder.h>

Public Member Functions

 RecoveryPoly (vector< nservers_t > G, FX phi)
 Constructor. More...
 

Public Attributes

vector< nservers_t > G
 Server indices that agree. More...
 
FX phi
 Reconstructed polynomial. More...
 

Detailed Description

template<class FX>
struct RecoveryPoly< FX >

A struct containing a reconstructed polynomial over the field F.

Template Parameters
FXUnivariate polynomials over the field F.

Constructor & Destructor Documentation

RecoveryPoly ( vector< nservers_t >  G,
FX  phi 
)
inline

Constructor.

Parameters
GServer indices that agree.
phiReconstructed polynomial.

Member Data Documentation

vector<nservers_t> G

Server indices that agree.

FX phi

Reconstructed polynomial.


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