serai/crypto/frost
2022-07-30 18:35:39 -04:00
..
src Replace rand with rand_core where possible 2022-07-27 05:45:08 -04:00
Cargo.toml Rename dleq-serai to dleq 2022-07-30 18:35:39 -04:00
LICENSE Rename sign folder to crypto 2022-05-03 00:46:50 -04:00
README.md Correct monero/processor dependencies 2022-06-19 07:52:03 -04:00

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.