8 #include <botan/mgf1.h> 9 #include <botan/exceptn.h> 10 #include <botan/internal/xor_buf.h> 30 size_t xored = std::min<size_t>(buffer.
size(), out_len);
31 xor_buf(out, &buffer[0], xored);
std::invalid_argument Invalid_Argument
void mask(const byte[], size_t, byte[], size_t) const
macro_name HP_ACC binary_name aCC compile_option c output_to_option o add_include_dir_option I add_lib_dir_option L add_lib_option l lib_opt_flags O2 check_opt_flags O2 debug_flags g no_debug_flags lang_flags AA ext eh z warning_flags shared_flags Z makefile_style unix< mach_abi_linking > hppa1 DAportable hppa1 DA1 hppa2 DA2</mach_abi_linking >< so_link_flags > h
void update(const byte in[], size_t length)
void update_be(const T in)
void xor_buf(byte out[], const byte in[], size_t length)