Merge remote-tracking branch 'yawning/feature16533'

This commit is contained in:
Nick Mathewson
2015-08-17 14:16:20 -04:00
5 changed files with 80 additions and 50 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features (performance)
- Improve the runtime speed of Ed25519 signature verification by using
Ed25519-donna's batch verification support when there are a lot of
signatures to verify at once. Implements ticket 16533.