mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
8 lines
429 B
Plaintext
8 lines
429 B
Plaintext
|
o Minor features (defense in depth):
|
||
|
- Tor now uses a fast cryptographically strong PRNG even for decisions
|
||
|
that we do not believe are security-sensitive. Previously, for
|
||
|
performance reasons, we had used a trivially predictable linear
|
||
|
congruential generator algorithm for certain load-balancing and
|
||
|
statistical sampling decisions. Now we use our fast RNG in those cases.
|
||
|
Closes ticket 29542.
|