mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-09 04:19:33 +00:00
6101f81d0a
Combines the existing frost-rs, dalek-ff-group, and monero-rs repos into a monorepo. Makes tweaks necessary as needed. Replaces RedDSA (which was going to be stubbed out into a new folder for now) with an offset system that voids its need and allows stealth addresses with CLSAG.
7 lines
85 B
TOML
7 lines
85 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"sign/frost",
|
|
"sign/dalek-ff-group",
|
|
"sign/monero",
|
|
]
|