11#include <botan/emsa.h>
12#include <botan/hash.h>
30 void update(
const byte[],
size_t);
52 void update(
const byte[],
size_t);
SecureVector< byte > raw_data()
bool verify(const MemoryRegion< byte > &, const MemoryRegion< byte > &, size_t)
void update(const byte[], size_t)
SecureVector< byte > encoding_of(const MemoryRegion< byte > &, size_t, RandomNumberGenerator &rng)
EMSA3(HashFunction *hash)
SecureVector< byte > raw_data()
bool verify(const MemoryRegion< byte > &, const MemoryRegion< byte > &, size_t)
void update(const byte[], size_t)
SecureVector< byte > encoding_of(const MemoryRegion< byte > &, size_t, RandomNumberGenerator &rng)