mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
31a6a101a0
Previously, hashlib.shake_256 was a class (if present); now it can also be a function. This change invalidated our old compatibility/workaround code, and made one of our tests fail. Fixes bug 40179; bugfix on 0.3.1.6-rc when the workaround code was added.
5 lines
262 B
Plaintext
5 lines
262 B
Plaintext
o Minor bugfixes (testing, portability):
|
|
- Fix our Python reference-implementation for the v3 onion service
|
|
handshake so that it works correctly with the version of hashlib provided
|
|
by Python 3.9. Fixes part of bug 40179; bugfix on 0.3.1.6-rc.
|