mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-10 21:04:40 +00:00
454b73aec3
Closes https://github.com/serai-dex/serai/issues/72. Adds a trait, with a commented impl for a semi-unsafe niche feature, which will be used in https://github.com/serai-dex/serai/issues/73. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE | ||
README.md |
Modular FROST
A modular implementation of FROST for any curve with a ff/group API. Notably, beyond curve modularity, custom algorithms may be specified, providing support for privacy coins. The provided Schnorr algorithm also has a modular HRAM due to the variety in existence, enabling integration with existing systems.