Botan  2.19.1
Crypto and TLS for C++11
Botan::ZFEC Member List

This is the complete list of members for Botan::ZFEC, including all inherited members.

decode_shares(const std::map< size_t, const uint8_t * > &shares, size_t share_size, output_cb_t output_cb) const Botan::ZFEC
encode(const uint8_t input[], size_t size, output_cb_t output_cb) const Botan::ZFEC
encode_shares(const std::vector< const uint8_t * > &shares, size_t share_size, output_cb_t output_cb) const Botan::ZFEC
generated_shares() const Botan::ZFECinline
output_cb_t typedefBotan::ZFEC
provider() const Botan::ZFEC
recovery_threshold() const Botan::ZFECinline
ZFEC(size_t K, size_t n)Botan::ZFEC