serai/crypto/frost
Luke Parker 9b52cf4d20
Generalize out the FROST test for signing/signing with an offset
Moves Schnorr signature tests from test_curve to the new test_schnorr, 
which is more a test_frost.

Relevant to https://github.com/serai-dex/serai/issues/9.
2022-06-03 19:08:25 -04:00
..
src Generalize out the FROST test for signing/signing with an offset 2022-06-03 19:08:25 -04:00
Cargo.toml Verify being FROST v5 compliant 2022-06-03 01:25:46 -04:00
LICENSE Rename sign folder to crypto 2022-05-03 00:46:50 -04:00
README.md Rename sign folder to crypto 2022-05-03 00:46:50 -04:00

FROST

Implementation of FROST for any curve with a ff/group API.