diff options
Diffstat (limited to 'include/base.h')
-rw-r--r-- | include/base.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/base.h b/include/base.h index dfad3491b..efeb5e895 100644 --- a/include/base.h +++ b/include/base.h @@ -159,6 +159,8 @@ class BOTAN_DLL RandomNumberGenerator virtual bool is_seeded() const = 0; virtual void clear() throw() {}; + byte next_byte(); + void add_entropy(const byte[], u32bit); u32bit add_entropy(EntropySource&, bool = true); |