Botan 3.6.1
Crypto and TLS for C&
|
This is the complete list of members for Botan::cSHAKE_256_XOF, including all inherited members.
accepts_input() const final | Botan::cSHAKE_XOF | inlinevirtual |
block_size() const final | Botan::cSHAKE_XOF | virtual |
clear() | Botan::XOF | inline |
copy_state() const final | Botan::cSHAKE_256_XOF | inlinevirtual |
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 |
cSHAKE_256_XOF(std::vector< uint8_t > function_name) | Botan::cSHAKE_256_XOF | inline |
cSHAKE_256_XOF(std::span< const uint8_t > function_name) | Botan::cSHAKE_256_XOF | inline |
cSHAKE_256_XOF(std::string_view function_name) | Botan::cSHAKE_256_XOF | inline |
cSHAKE_XOF(size_t capacity, std::vector< uint8_t > function_name) | Botan::cSHAKE_XOF | protected |
cSHAKE_XOF(size_t capacity, std::span< const uint8_t > function_name) | Botan::cSHAKE_XOF | protected |
cSHAKE_XOF(size_t capacity, std::string_view function_name) | Botan::cSHAKE_XOF | protected |
function_name() const | Botan::cSHAKE_XOF | inlineprotected |
key_spec() const | Botan::XOF | inlinevirtual |
name() const final | Botan::cSHAKE_256_XOF | inlinevirtual |
new_object() const final | Botan::cSHAKE_256_XOF | inlinevirtual |
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::cSHAKE_XOF | virtual |
providers(std::string_view algo_spec) | Botan::XOF | static |
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_length) const final | Botan::cSHAKE_XOF | virtual |
XOF() | Botan::XOF | inline |
~XOF()=default | Botan::XOF | virtual |