Merge remote-tracking branch 'yawning/feature16535'

This commit is contained in:
Nick Mathewson
2015-08-17 14:53:46 -04:00
3 changed files with 18 additions and 0 deletions
+4
View File
@@ -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.