serai/coins/monero
Luke Parker 7b4c5dbe52
Remove rng_seed's additional entropy
It was never used as we derive entropy via the other fields in the 
transcript, and explicitly add fields directly as needed for entropy.

Also drops an unused crate and corrects a bug in FROST's Schnorr 
implementation which used the Group's generator, instead of the Curve's.

Also updates the Monero crate's description.
2022-05-31 02:12:14 -04:00
..
c Remove "as", except for floats as needed 2022-05-30 02:14:34 -04:00
src Remove rng_seed's additional entropy 2022-05-31 02:12:14 -04:00
tests Remove Monero's test FROST file in favor of FROST"s exposed test files 2022-05-30 16:37:51 -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 Remove rng_seed's additional entropy 2022-05-31 02:12:14 -04:00
LICENSE Move the Monero create to coins/ 2022-04-27 00:09:05 -04:00