0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00
bitcoin-bitcoin-core/test/sanitizer_suppressions
Pieter Wuille 6cfdc5b104 random: convert XoRoShiRo128PlusPlus into full RNG
Convert XoRoShiRo128PlusPlus into a full RandomMixin-based RNG class,
providing all utility functionality that FastRandomContext has. In doing so,
it is renamed to InsecureRandomContext, highlighting its non-cryptographic
nature.

To do this, a fillrand fallback is added to RandomMixin (where it is used by
InsecureRandomContext), but FastRandomContext still uses its own fillrand.
2024-07-01 10:26:46 -04:00
..
lsan sanitizers: remove GetRNGState lsan suppression 2023-03-30 14:10:35 +01:00
tsan doc, test: Document steps to reproduce TSan warning for libdb 2023-05-15 13:28:25 +01:00
ubsan random: convert XoRoShiRo128PlusPlus into full RNG 2024-07-01 10:26:46 -04:00