Botan 3.6.1
Crypto and TLS for C&
|
This is the complete list of members for Botan::RTSS_Share, including all inherited members.
data() const | Botan::RTSS_Share | inline |
initialized() const | Botan::RTSS_Share | inline |
reconstruct(const std::vector< RTSS_Share > &shares) | Botan::RTSS_Share | static |
RTSS_Share()=default | Botan::RTSS_Share | |
RTSS_Share(std::string_view hex_input) | Botan::RTSS_Share | explicit |
RTSS_Share(const uint8_t data[], size_t len) | Botan::RTSS_Share | |
share_id() const | Botan::RTSS_Share | |
size() const | Botan::RTSS_Share | inline |
split(uint8_t M, uint8_t N, const uint8_t secret[], uint16_t secret_len, const uint8_t identifier[16], RandomNumberGenerator &rng) | Botan::RTSS_Share | static |
split(uint8_t M, uint8_t N, const uint8_t secret[], uint16_t secret_len, const std::vector< uint8_t > &identifier, std::string_view hash_fn, RandomNumberGenerator &rng) | Botan::RTSS_Share | static |
to_string() const | Botan::RTSS_Share |