#include <secret_share.h>
◆ Share
◆ SplitSecret
◆ combine()
| static SplitSecret ccf::SecretSharing::combine |
( |
std::vector< Share > & |
shares, |
|
|
size_t |
k |
|
) |
| |
|
inlinestatic |
◆ split()
| static std::vector< Share > ccf::SecretSharing::split |
( |
const SplitSecret & |
secret_to_split, |
|
|
size_t |
n, |
|
|
size_t |
k |
|
) |
| |
|
inlinestatic |
◆ MAX_NUMBER_SHARES
| constexpr size_t ccf::SecretSharing::MAX_NUMBER_SHARES = 255 |
|
staticconstexpr |
◆ SECRET_TO_SPLIT_LENGTH
| constexpr size_t ccf::SecretSharing::SECRET_TO_SPLIT_LENGTH = sss_MLEN |
|
staticconstexpr |
◆ SHARE_LENGTH
| constexpr size_t ccf::SecretSharing::SHARE_LENGTH = sss_SHARE_LEN |
|
staticconstexpr |
The documentation for this class was generated from the following file: