Go to the documentation of this file. 8 #ifndef BOTAN_EMSA4_H__ 9 #define BOTAN_EMSA4_H__ 11 #include <botan/emsa.h> 12 #include <botan/hash.h> 13 #include <botan/kdf.h> 34 ~EMSA4() {
delete hash;
delete mgf; }
36 void update(
const byte[],
size_t);