Go to the documentation of this file. 8 #ifndef BOTAN_ANSI_X931_RNG_H__ 9 #define BOTAN_ANSI_X931_RNG_H__ 11 #include <botan/rng.h> 12 #include <botan/block_cipher.h> 22 void randomize(
byte[],
size_t);
23 bool is_seeded()
const;
25 std::string name()
const;
27 void reseed(
size_t poll_bits);
29 void add_entropy(
const byte[],
size_t);