CODEX_VSS::VRecon< _ShareType, _OneWay > Class Template Reference
This undefined template class allows us to build a particular verifiable secret sharing reconstruction scheme that is consistent for a given type of sharing and one-way function.
More...
#include <VRecon.h>
List of all members.
|
Public Types |
|
typedef char | ValueType |
| | Dummy typedef which should be redefined in specialization.
|
Detailed Description
template<class _ShareType, class _OneWay>
class CODEX_VSS::VRecon< _ShareType, _OneWay >
This undefined template class allows us to build a particular verifiable secret sharing reconstruction scheme that is consistent for a given type of sharing and one-way function.
This allows us to define VSS using Feldman's or Pedersen's scheme using either a combinatoric additive or Shamir sharing. For a specific set of template parameters, this should be specialized explicitly so that
ValueType is correctly definedNumShares is defined as the number of share verifications of type ValueType operator()(const ValueType vc[NumShares], ValueType& result) is defined (returning void and filling result)- the constructor is defined, taking a const reference to a
OneWay - any necessary auxiliary data is defined and set
Definition at line 40 of file VRecon.h.
The documentation for this class was generated from the following file:
Generated on Fri May 6 17:42:55 2005 for COrnell Data EXchange (CODEX) by
1.4.1