8 #ifndef BOTAN_EMSA_PKCS1_H__
9 #define BOTAN_EMSA_PKCS1_H__
11 #include <botan/emsa.h>
12 #include <botan/hash.h>
31 void update(
const uint8_t[],
size_t)
override;
41 std::unique_ptr<HashFunction>
m_hash;
55 void update(
const uint8_t[],
size_t)
override;
std::vector< uint8_t > m_hash_id
std::vector< T, secure_allocator< T >> secure_vector
std::unique_ptr< HashFunction > m_hash