mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
a77616f605
This probably requires the user to manually set CFLAGS, but should result in a net gain on 32 bit x86. Enabling SSE2 support would be possible on x86_64, but will result in slower performance. Implements feature #16535.
5 lines
221 B
Plaintext
5 lines
221 B
Plaintext
o Minor features (performance)
|
|
- Improve the runtime speed of Ed25519 operations and Curve25519 keypair
|
|
generation when built targeting 32 bit x86 platforms with SSE2
|
|
available. Implements ticket 16535.
|