mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
f079c27761
Integration work scavanged from nickm's `ticket8897_9663_v2` branch, with minor modifications. Tor will still sanity check the output but now also attempts to catch extreme breakage by spot checking the optimized implementation vs known values from the NaCl documentation. Implements feature 9663.
6 lines
297 B
Plaintext
6 lines
297 B
Plaintext
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.
|