diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-08-17 14:53:46 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-17 14:53:46 -0400 |
commit | 7efdf5cb4939246fe03dd43b140f61cf3ed0f7e9 (patch) | |
tree | 71387cdf0bbb1b41c7328365f5959f0a7c761ebb /changes | |
parent | f724b2e5aaded4bc471b72f39eb990cc4114cb90 (diff) | |
parent | a77616f6056a9dbb5722600ff2465d8ec5b3d063 (diff) | |
download | tor-7efdf5cb4939246fe03dd43b140f61cf3ed0f7e9.tar.gz tor-7efdf5cb4939246fe03dd43b140f61cf3ed0f7e9.zip |
Merge remote-tracking branch 'yawning/feature16535'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature16535 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/feature16535 b/changes/feature16535 new file mode 100644 index 0000000000..3df46b658a --- /dev/null +++ b/changes/feature16535 @@ -0,0 +1,4 @@ + o Minor features (performance) + - Improve the runtime speed of Ed25519 operations and Curve25519 keypair + generation when built targeting 32 bit x86 platforms with SSE2 + available. Implements ticket 16535. |