Move events_hasher into RNGState()

This commit is contained in:
Pieter Wuille
2019-12-04 15:14:43 -08:00
parent 6fff333c9f
commit 8bda0960f9
2 changed files with 40 additions and 33 deletions

View File

@@ -95,7 +95,7 @@ void RandAddPeriodic() noexcept;
*
* Thread-safe.
*/
void RandAddEvent(const uint32_t event_info);
void RandAddEvent(const uint32_t event_info) noexcept;
/**
* Fast randomness source. This is seeded once with secure random data, but