#include <CombinatoricFeldman.h>
Collaboration diagram for CODEX_VSS::VRecon< Combinatoric< N, T >, ModExpFunctional >:

Public Types | |
| typedef Combinatoric< N, T > | ShareType |
| Export the type of the shares. | |
| typedef ModExpFunctional | OneWay |
| Export the type of the one-way function. | |
| typedef CODEX_ASN1::BigNumber | ValueType |
| Export the basic type of share data. | |
Public Member Functions | |
| VRecon (const OneWay &func) | |
| Constructor. | |
| void | operator() (const ValueType vc[NumShares], ValueType &result) |
| Perform the reconstruction. | |
| bool | checkShare (const ValueType checks[NumShares], const ShareType &share, const OneWay &func) |
| Test a share against the validity check in the label. | |
Static Public Attributes | |
| static const unsigned int | NumShares = ShareType::NumShares |
| Shorthand for the number of verification shares. | |
Definition at line 33 of file CombinatoricFeldman.h.
|
||||||||||||||||
|
Perform the reconstruction.
Definition at line 57 of file CombinatoricFeldman.h. |
1.4.1