serai/crypto/frost
2022-06-19 05:21:22 -04:00
..
src Slightly clean FROST's dalek support 2022-06-19 05:13:42 -04:00
Cargo.toml Rename FROST's official package name and update documentation 2022-06-19 05:21:22 -04:00
LICENSE Rename sign folder to crypto 2022-05-03 00:46:50 -04:00
README.md Rename FROST's official package name and update documentation 2022-06-19 05:21:22 -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.