Botan 3.8.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(std::span< const 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(std::span< const uint8_t > encoding, std::span< const uint8_t > raw_hash, size_t key_bits)=0 | Botan::EMSA | pure virtual |
~EMSA()=default | Botan::EMSA | virtual |