Botan 3.8.1
Crypto and TLS for C&
Botan::EMSA Member List

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

create(std::string_view algo_spec)Botan::EMSAstatic
create_or_throw(std::string_view algo_spec)Botan::EMSAstatic
encoding_of(std::span< const uint8_t > msg, size_t output_bits, RandomNumberGenerator &rng)=0Botan::EMSApure virtual
hash_function() const =0Botan::EMSApure virtual
name() const =0Botan::EMSApure virtual
raw_data()=0Botan::EMSApure virtual
update(const uint8_t input[], size_t length)=0Botan::EMSApure virtual
verify(std::span< const uint8_t > encoding, std::span< const uint8_t > raw_hash, size_t key_bits)=0Botan::EMSApure virtual
~EMSA()=defaultBotan::EMSAvirtual