ticket29542 429 B

1234567
  1. o Minor features (defense in depth):
  2. - Tor now uses a fast cryptographically strong PRNG even for decisions
  3. that we do not believe are security-sensitive. Previously, for
  4. performance reasons, we had used a trivially predictable linear
  5. congruential generator algorithm for certain load-balancing and
  6. statistical sampling decisions. Now we use our fast RNG in those cases.
  7. Closes ticket 29542.