Botan 3.6.1
Crypto and TLS for C&
|
This is the complete list of members for Botan::SHAKE_XOF, including all inherited members.
accepts_input() const final | Botan::SHAKE_XOF | inlinevirtual |
block_size() const final | Botan::SHAKE_XOF | inlinevirtual |
clear() | Botan::XOF | inline |
copy_state() const =0 | Botan::XOF | pure virtual |
create(std::string_view algo_spec, std::string_view provider="") | Botan::XOF | static |
create_or_throw(std::string_view algo_spec, std::string_view provider="") | Botan::XOF | static |
key_spec() const | Botan::XOF | inlinevirtual |
name() const =0 | Botan::XOF | pure virtual |
new_object() const =0 | Botan::XOF | pure virtual |
output(size_t bytes) | Botan::XOF | inline |
output() | Botan::XOF | inline |
output(std::span< uint8_t > output) | Botan::XOF | inline |
output_next_byte() | Botan::XOF | inline |
output_stdvec(size_t bytes) | Botan::XOF | inline |
provider() const final | Botan::SHAKE_XOF | inlinevirtual |
providers(std::string_view algo_spec) | Botan::XOF | static |
SHAKE_XOF(size_t capacity) | Botan::SHAKE_XOF | protected |
start(std::span< const uint8_t > salt={}, std::span< const uint8_t > key={}) | Botan::XOF | |
update(std::span< const uint8_t > input) | Botan::XOF | inline |
valid_salt_length(size_t salt_len) const | Botan::XOF | inlinevirtual |
XOF() | Botan::XOF | inline |
~XOF()=default | Botan::XOF | virtual |