mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 06:35:28 +01:00
The code was always in our Ed25519 wrappers, so enable it when using the ed25519-donna backend, and deal with the mocking related crypto_rand silliness. Implements feature 16533.
4 lines
242 B
Text
4 lines
242 B
Text
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.
|