9 #include <botan/emsa1_bsi.h>    16 SecureVector<byte> EMSA1_BSI::encoding_of(
const MemoryRegion<byte>& msg,
    18                                           RandomNumberGenerator&)
    21       throw Encoding_Error(
"EMSA1_BSI::encoding_of: Invalid size for input");
    23    if(8*msg.size() <= output_bits)
    26    throw Encoding_Error(
"EMSA1_BSI::encoding_of: max key input size exceeded");
 
const HashFunction * hash_ptr() const
virtual size_t output_length() const =0