Botan 3.6.1
Crypto and TLS for C&
|
This is the complete list of members for Botan::EMSA, including all inherited members.
create(std::string_view algo_spec) | Botan::EMSA | static |
create_or_throw(std::string_view algo_spec) | Botan::EMSA | static |
encoding_of(const std::vector< uint8_t > &msg, size_t output_bits, RandomNumberGenerator &rng)=0 | Botan::EMSA | pure virtual |
hash_function() const =0 | Botan::EMSA | pure virtual |
name() const =0 | Botan::EMSA | pure virtual |
raw_data()=0 | Botan::EMSA | pure virtual |
update(const uint8_t input[], size_t length)=0 | Botan::EMSA | pure virtual |
verify(const std::vector< uint8_t > &coded, const std::vector< uint8_t > &raw, size_t key_bits)=0 | Botan::EMSA | pure virtual |
~EMSA()=default | Botan::EMSA | virtual |