diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-16 22:03:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-21 20:29:50 +0100 |
| commit | 067ac061ce1ade925d64a7c411403455e97d1c38 (patch) | |
| tree | 4bc30038195fa9a8a0c7b2f4987664ca2eeb9ea8 /src/KM_prng.h | |
| parent | 4898f9d60bc621cb464faa00fb50146495d76928 (diff) | |
Add hacks for predictable random number and timestamp generation.
Diffstat (limited to 'src/KM_prng.h')
| -rwxr-xr-x | src/KM_prng.h | 1 |
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(); }; |
