serai/crypto/schnorrkel
Luke Parker aa724c06bc
Start relying on curve25519-dalek's group feature
Removes git dependency for schnorrkel as well, now that schnorrkel has updated.
2023-09-12 08:56:30 -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 Start relying on curve25519-dalek's group feature 2023-09-12 08:56:30 -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.