mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 12:09:37 +00:00
73205c5f96
Potentially improves privacy with the reversion to a coordinator setting, where the coordinator is the only party with the offset. While any signer (or anyone) can claim key A relates to B, they can't prove it without the discrete log of the offset. This enables creating a signing process without a known offset, while maintaining a consistent transcript format. Doesn't affect security given a static generator. Does have a slight effect on performance. |
||
---|---|---|
.. | ||
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.