summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-08-17 14:16:20 -0400
committerNick Mathewson <nickm@torproject.org>2015-08-17 14:16:20 -0400
commit5fe18bcf5459d8801fdeaf01e74571cd36ba47da (patch)
tree8ace9a11caac4bacc9e1f65b55c0aeee26bf088e /changes
parent573bd1f033d47a21a90340644480587e62817b68 (diff)
parent78fad380cda75b0de86f0d8d2b4d7e55f239f326 (diff)
downloadtor-5fe18bcf5459d8801fdeaf01e74571cd36ba47da.tar.gz
tor-5fe18bcf5459d8801fdeaf01e74571cd36ba47da.zip
Merge remote-tracking branch 'yawning/feature16533'
Diffstat (limited to 'changes')
-rw-r--r--changes/feature165334
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/feature16533 b/changes/feature16533
new file mode 100644
index 0000000000..e9fea94c7e
--- /dev/null
+++ b/changes/feature16533
@@ -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.