Botan
2.1.0
Crypto and TLS for C++11
|
#include <emsa_x931.h>
Public Member Functions | |
EMSA * | clone () override |
EMSA_X931 (HashFunction *hash) | |
EMSA from X9.31 (EMSA2 in IEEE 1363) Useful for Rabin-Williams, also sometimes used with RSA in odd protocols.
Definition at line 21 of file emsa_x931.h.
|
explicit |
hash | the hash function to use |
Definition at line 86 of file emsa_x931.cpp.
References Botan::ieee1363_hash_id(), and Botan::HashFunction::name().
|
inlineoverridevirtual |
Implements Botan::EMSA.
Definition at line 29 of file emsa_x931.h.
References m_hash.