Botan
2.1.0
Crypto and TLS for C++11
|
#include <pssr.h>
Public Member Functions | |
EMSA * | clone () override |
PSSR (HashFunction *hash) | |
PSSR (HashFunction *hash, size_t salt_size) | |
PSSR (called EMSA4 in IEEE 1363 and in old versions of the library)
|
explicit |
Botan::PSSR::PSSR | ( | HashFunction * | hash, |
size_t | salt_size | ||
) |
|
inlineoverridevirtual |
Implements Botan::EMSA.
Definition at line 34 of file pssr.h.
References m_hash.