serai/coins/monero
Luke Parker c90e957e6a
Add a batch verifier to multiexp, along with constant time variants
Saves ~8% during FROST key gen, even with dropping a vartime for a 
constant time (as needed to be secure), as the new batch verifier is 
used where batch verification previously wasn't. The new multiexp API 
itself also offered a very slight performance boost, which may solely be 
a measurement error.

Handles most of https://github.com/serai-dex/serai/issues/10. The blame 
function isn't binary searched nor randomly sorted yet.
2022-05-27 00:52:44 -04:00
..
c Have the C++ RNG apply a DST 2022-05-22 15:56:12 -04:00
src Add a batch verifier to multiexp, along with constant time variants 2022-05-27 00:52:44 -04:00
tests Add a batch verifier to multiexp, along with constant time variants 2022-05-27 00:52:44 -04:00
.gitignore Move the Monero create to coins/ 2022-04-27 00:09:05 -04:00
build.rs Override Monero's random function with a Rust-seedable random 2022-05-22 01:56:17 -04:00
Cargo.toml Drop the Monero patch version spec now that it's no longer relevant 2022-05-26 03:52:45 -04:00
LICENSE Move the Monero create to coins/ 2022-04-27 00:09:05 -04:00