mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
6 lines
378 B
Plaintext
6 lines
378 B
Plaintext
o Minor features (circuit padding):
|
|
- Allow the padding machine designer to pick the edges of their histogram
|
|
instead of trying to compute them automatically using an exponential
|
|
formula. Resolves some undefined behavior in the case of small histograms
|
|
and allows greater flexibility on machine design. Closes ticket 29298;
|
|
bugfix on 0.4.0.1-alpha. |