Botan 3.6.1
Crypto and TLS for C&
|
#include <emsa_raw.h>
Public Member Functions | |
EMSA_Raw (size_t expected_hash_size=0) | |
std::string | hash_function () const override |
std::string | name () const override |
Static Public Member Functions | |
static std::unique_ptr< EMSA > | create (std::string_view algo_spec) |
static std::unique_ptr< EMSA > | create_or_throw (std::string_view algo_spec) |
EMSA-Raw - sign inputs directly Don't use this unless you know what you are doing.
Definition at line 19 of file emsa_raw.h.
|
inlineexplicit |
Definition at line 21 of file emsa_raw.h.
|
staticinherited |
Factory method for EMSA (message-encoding methods for signatures with appendix) objects
algo_spec | the name of the EMSA to create |
Definition at line 35 of file emsa.cpp.
References Botan::SCAN_Name::algo_name(), Botan::SCAN_Name::arg(), Botan::SCAN_Name::arg_as_integer(), Botan::SCAN_Name::arg_count(), Botan::SCAN_Name::arg_count_between(), and Botan::HashFunction::create().
Referenced by Botan::EMSA::create_or_throw().
|
staticinherited |
Factory method for EMSA (message-encoding methods for signatures with appendix) objects
algo_spec | the name of the EMSA to create |
Definition at line 131 of file emsa.cpp.
References Botan::EMSA::create().
|
inlineoverridevirtual |
Return the hash function being used by this padding scheme
Implements Botan::EMSA.
Definition at line 23 of file emsa_raw.h.
|
overridevirtual |
Implements Botan::EMSA.
Definition at line 16 of file emsa_raw.cpp.