|
Percy++
A C++ implementation of Private Information Retrieval (PIR) protocols
|
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... | |
A struct containing a multiple reconstructed polynomials over the field F.
| FX | Univariate polynomials over the field F. |
|
inline |
Constructor.
| G | Server indices that agree. |
| phis | Reconstructed polynomials. |
| vector<nservers_t> G |
Server indices that agree.
| vector<FX> phis |
Reconstructed polynomials.
1.8.7