#include <Combinatoric.h>
Public Types | |
|
typedef Combinatoric< NumT, ThreshT > | ShareType |
| Export the type of sharing. | |
Static Public Member Functions | |
| static void | split (const BIGNUM *secret, ShareSet< ShareType > &shareSet, const Range &range) |
| Split a secret into a set of shares. | |
Static Public Attributes | |
| static const unsigned int | NumShares = ShareType::NumShares |
| Shorthand for the number of shares. | |
Definition at line 558 of file Combinatoric.h.
|
||||||||||||||||||||
|
Split a secret into a set of shares. This is a static method because no actual instance of the class is needed. The type differentiation is solely to associate a splitting algorithm with a particular type of sharing.
Definition at line 576 of file Combinatoric.h. References CODEX_VSS::Combinatoric< NumT, ThreshT >::setShare(). |
1.4.1