8#ifndef BOTAN_ANSI_X931_RNG_H__
9#define BOTAN_ANSI_X931_RNG_H__
12#include <botan/block_cipher.h>
25 std::string
name()
const;
27 void reseed(
size_t poll_bits);
void reseed(size_t poll_bits)
ANSI_X931_RNG(BlockCipher *cipher, RandomNumberGenerator *rng)
void add_entropy(const byte[], size_t)
void randomize(byte[], size_t)
void add_entropy_source(EntropySource *)