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
DecoderResult< F > Struct Template Reference

Contains the results (so far) of decoding words. More...

#include <rsdecoder.h>

Public Member Functions

 DecoderResult (vector< nservers_t > G, vector< map< dbsize_t, F > > recovered)
 Constructor. More...
 

Public Attributes

vector< nservers_t > G
 Server indices that agree. More...
 
vector< map< dbsize_t, F > > recovered
 Recovered words by word index. More...
 

Detailed Description

template<class F>
struct DecoderResult< F >

Contains the results (so far) of decoding words.

Template Parameters
FThe field used for decoding.

Constructor & Destructor Documentation

DecoderResult ( vector< nservers_t >  G,
vector< map< dbsize_t, F > >  recovered 
)
inline

Constructor.

Parameters
GServer indices that agree.
recoveredRecovered words by word index

Member Data Documentation

vector<nservers_t> G

Server indices that agree.

vector<map<dbsize_t, F> > recovered

Recovered words by word index.


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