Skip to content
Snippets Groups Projects
Commit a1d5d972 authored by Damian Johnson's avatar Damian Johnson
Browse files

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
parent 36a3ca24
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment