Serai is a new DEX, built from the ground up, initially planning on listing Bitcoin, Ethereum, DAI, and Monero, offering a liquidity-pool-based trading experience. Funds are stored in an economically secured threshold-multisig wallet.
Find a file
Luke Parker a770e29b0c
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:38 -04:00
coins Remove rng_seed's additional entropy 2022-05-31 02:12:38 -04:00
crypto Remove rng_seed's additional entropy 2022-05-31 02:12:38 -04:00
docs/protocol Move the Validators protocol spec doc in 2022-04-21 22:01:12 -04:00
processor Add basic key management to the processor 2022-05-28 19:57:10 -04:00
.gitignore Update FROST signing to match the IETF draft 2022-04-23 03:49:30 -04:00
.gitmodules Move the Monero create to coins/ 2022-04-27 00:09:05 -04:00
Cargo.toml Implement Lelantus Spark's Chaum Pedersen proof with a FROST algorithm 2022-05-31 02:09:09 -04:00