summaryrefslogtreecommitdiff
path: root/src/KM_prng.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-03-16 22:03:56 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-21 20:29:50 +0100
commit067ac061ce1ade925d64a7c411403455e97d1c38 (patch)
tree4bc30038195fa9a8a0c7b2f4987664ca2eeb9ea8 /src/KM_prng.h
parent4898f9d60bc621cb464faa00fb50146495d76928 (diff)
Add hacks for predictable random number and timestamp generation.
Diffstat (limited to 'src/KM_prng.h')
-rwxr-xr-xsrc/KM_prng.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KM_prng.h b/src/KM_prng.h
index 172af2b..f4497ed 100755
--- a/src/KM_prng.h
+++ b/src/KM_prng.h
@@ -45,6 +45,7 @@ namespace Kumu
~FortunaRNG();
const byte_t* FillRandom(byte_t* buf, ui32_t len);
const byte_t* FillRandom(ByteString&);
+ void Reset();
};