serai/coins/monero/src
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
..
ringct Remove rng_seed's additional entropy 2022-05-31 02:12:14 -04:00
tests Move the CLSAG test to the newly modular FROST test setup 2022-05-25 00:30:51 -04:00
wallet Remove rng_seed's additional entropy 2022-05-31 02:12:14 -04:00
block.rs Add PartialEq to structs 2022-05-25 00:21:01 -04:00
frost.rs Remove "as", except for floats as needed 2022-05-30 02:14:34 -04:00
lib.rs Move RingCT code to a deciated folder 2022-05-22 02:24:24 -04:00
rpc.rs Add get_block_transactions_possible which automatically filters invalid TXs 2022-05-28 05:08:37 -04:00
serialize.rs Remove "as", except for floats as needed 2022-05-30 02:14:34 -04:00
transaction.rs Add PartialEq to structs 2022-05-25 00:21:01 -04:00