serai/crypto/frost/src
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
..
tests Generalize out the FROST test for signing/signing with an offset 2022-06-03 19:08:25 -04:00
algorithm.rs Remove rng_seed's additional entropy 2022-05-31 02:12:14 -04:00
key_gen.rs Verify being FROST v5 compliant 2022-06-03 01:25:46 -04:00
lib.rs Finish implementing FROST v5 2022-06-03 02:00:38 -04:00
schnorr.rs Remove rng_seed's additional entropy 2022-05-31 02:12:14 -04:00
sign.rs Finish implementing FROST v5 2022-06-03 02:00:38 -04:00