mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'yawning/feature16467_9663'
This commit is contained in:
@@ -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.
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user