serai/crypto/frost
Luke Parker 1430b189bf
Enable no_std on transcript
Removes the Vec challenge for an associated type.

Fixes the merlin feature which was horribly broken.

Also adds no_std to dalek-ff-group.
2022-06-28 04:02:56 -04:00
..
src Enable no_std on transcript 2022-06-28 04:02:56 -04:00
Cargo.toml Rename transcript-trait to flexible-transcript 2022-06-27 09:02:21 -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.