aboutsummaryrefslogtreecommitdiffstats
path: root/src/timer/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/timer/timer.h')
-rw-r--r--src/timer/timer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/timer/timer.h b/src/timer/timer.h
index dfa04ee3a..af2c58dcb 100644
--- a/src/timer/timer.h
+++ b/src/timer/timer.h
@@ -16,7 +16,11 @@ namespace Botan {
class BOTAN_DLL Timer : public EntropySource
{
public:
+ /**
+ @return nanoseconds resolution timestamp, unknown epoch
+ */
virtual u64bit clock() const = 0;
+
u32bit slow_poll(byte[], u32bit);
u32bit fast_poll(byte[], u32bit);