serai/crypto/schnorrkel
Luke Parker 38ad1d4bc4
Add msrv definitions to common and crypto
This will effectively add msrv protections to the entire project as almost
everything grabs from these.

Doesn't add msrv to coins as coins/bitcoin is still frozen.

Doesn't add msrv to services since cargo msrv doesn't play nice with anything
importing the runtime.
2023-08-02 14:17:57 -04:00
..
src Document a pair of panics requiring 256 GB of RAM/4 GB of a context 2023-04-24 23:49:06 -04:00
Cargo.toml Add msrv definitions to common and crypto 2023-08-02 14:17:57 -04:00
LICENSE Implement a FROST variant of Schnorrkel (#274) 2023-04-10 06:05:17 -04:00
README.md Implement a FROST variant of Schnorrkel (#274) 2023-04-10 06:05:17 -04:00

FROST Schnorrkel

A Schnorrkel algorithm for modular-frost.

While the Schnorrkel algorithm has not been audited, the underlying FROST implementation was audited by Cypher Stack in March 2023, culminating in commit 669d2dbffc1dafb82a09d9419ea182667115df06. Any subsequent changes have not undergone auditing.