mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
Now the address-set code and the digest-set code share the same backend. Closes ticket 26510
4 lines
221 B
Text
4 lines
221 B
Text
o Code simplification and refactoring:
|
|
- Unify our bloom filter logic. Previously we had two copies of this
|
|
code: one for routerlist filtering, and one for address set
|
|
calculations. Closes ticket 26510.
|