#include <Combinatoric.h>
Public Types | |
|
typedef Combinatoric< NumT, ThreshT > | ShareType |
| Export the type of sharing. | |
Static Public Methods | |
| void | split (const BIGNUM *secret, ShareSet< ShareType > &shareSet, const Range &range) |
| Split a secret into a set of shares. | |
Static Public Attributes | |
| const unsigned int | NumShares = ShareType::NumShares |
| Shorthand for the number of shares. | |
Definition at line 555 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 573 of file Combinatoric.h. References CODEX_VSS::Range::max(), and CODEX_VSS::Range::min(). |
1.2.18