-
- Downloads
Faster ed25519 blinding
Thanks to Paul ed25519 blinding is now fully two orders of magnitude faster! https://github.com/pyca/cryptography/issues/5068 Replaced slow_ed25519.py with an optimized implementation from... https://github.com/pyca/ed25519/ This changes the runtime of test_blinding as follows: Python 2.7: 2.25s => 20 ms Python 3.5: 1.83s => 19 ms
Showing
- stem/descriptor/hidden_service.py 22 additions, 22 deletionsstem/descriptor/hidden_service.py
- stem/util/ed25519.py 311 additions, 0 deletionsstem/util/ed25519.py
- stem/util/slow_ed25519.py 0 additions, 171 deletionsstem/util/slow_ed25519.py
- stem/util/test_tools.py 11 additions, 0 deletionsstem/util/test_tools.py
- test/settings.cfg 2 additions, 2 deletionstest/settings.cfg
- test/unit/descriptor/hidden_service_v3.py 1 addition, 3 deletionstest/unit/descriptor/hidden_service_v3.py
Loading
Please register or sign in to comment