7#ifndef BOTAN_RNG_PROCESSOR_RNG_H_
8#define BOTAN_RNG_PROCESSOR_RNG_H_
30 static bool available();
38 size_t reseed(
Entropy_Sources&,
size_t, std::chrono::milliseconds)
override;
40 std::string
name()
const override;
43 void fill_bytes_with_input(std::span<uint8_t> out, std::span<const uint8_t> in)
override;
bool is_seeded() const override
bool accepts_input() const override
int(* final)(unsigned char *, CTX *)
#define BOTAN_PUBLIC_API(maj, min)