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 133c1222ad
Remove C::F_len, C::G_len for F_len<C> and G_len<C>
Relies on the ff/group API, instead of the custom Curve type.

Also removes GENERATOR_TABLE, only used by dalek, as we should provide 
our own API for that over ff/group instead. This slows down the FROST 
tests, under debug, by about 0.2-0.3s. Ed25519 and Ristretto together 
take ~2.15 seconds now.
2022-06-30 18:46:18 -04:00
coins/monero Implement a DLEq library 2022-06-30 05:42:29 -04:00
crypto Remove C::F_len, C::G_len for F_len<C> and G_len<C> 2022-06-30 18:46:18 -04:00
docs/protocol Move the Validators protocol spec doc in 2022-04-21 22:01:12 -04:00
processor Use GroupEncoding instead of Curve's from_slice/to_bytes 2022-06-28 01:25:26 -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 a DLEq library 2022-06-30 05:42:29 -04:00