diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature9663 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature9663 b/changes/feature9663 new file mode 100644 index 0000000000..c02e08d034 --- /dev/null +++ b/changes/feature9663 @@ -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. |