Botan
2.1.0
Crypto and TLS for C++11
|
#include <emsa1.h>
Public Member Functions | |
EMSA * | clone () override |
EMSA1 (HashFunction *hash) | |
Protected Member Functions | |
size_t | hash_output_length () const |
Protected Attributes | |
std::unique_ptr< HashFunction > | m_hash |
|
inlineexplicit |
|
overridevirtual |
Implements Botan::EMSA.
Definition at line 43 of file emsa1.cpp.
References EMSA1(), and m_hash.
|
inlineprotected |
|
protected |