From a48d895cf5e6874f4ae60c803bda17d62edb7a7b Mon Sep 17 00:00:00 2001 From: lloyd Date: Mon, 7 Apr 2008 01:41:17 +0000 Subject: In Botan, the Timer base class provides access to a high-resolution timer with an unspecified update rate and epoch. It is only used inside the entropy sources to provide some timing-dependent randomness. However, it is easier and basically 'as good' to treat the timers as entropy sources in their own right and feed their output directly into an entropy pool. This commit removes Library_State::system_clock and all calls to that function. --- include/buf_es.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/buf_es.h') diff --git a/include/buf_es.h b/include/buf_es.h index 53749d25a..8c0312c77 100644 --- a/include/buf_es.h +++ b/include/buf_es.h @@ -24,7 +24,6 @@ class Buffered_EntropySource : public EntropySource void add_bytes(const void*, u32bit); void add_bytes(u64bit); - void add_timestamp(); virtual void do_slow_poll() = 0; virtual void do_fast_poll(); -- cgit v1.2.3