Merge remote-tracking branch 'yawning/feature16467_9663'

This commit is contained in:
Nick Mathewson
2015-07-09 12:53:55 -04:00
57 changed files with 16328 additions and 19 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor feature (performance):
- Improve the runtime speed of Ed25519 operations by using the
public-domain ed25519-donna by Andrew M. ("floodyberry"). Implements
ticket 16467.
+5
View File
@@ -0,0 +1,5 @@
o Minor feature (performance):
- Improve the runtime speed of the ntor handshake by using an
optimized curve25519 basepoint scalarmult implementation from the
public-domain ed25519-donna by Andrew M. ("floodyberry"), based on
ideas by Adam Langley. Implements ticket 9663.