Skip to content

v3.1.6

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 15:34
· 114 commits to master since this release
  • dht: allow to configure the PRNG used instead of always seeding it from random_device. This allows for better reproducibility of the DHT behaviour for testing.
  • rng: added getDerivedRandomEngine to seed a new PRNG from an existing one.
  • rng: improve getSeededRandomEngine.
  • rng: drop custom random_device implementation for MinGW/Windows, because MinGW now has working std::random_device support on Windows. dht::crypto::random_device is no longer defined. Use std::random_device.