serai/crypto
Luke Parker 44452d9bfe
Verify being FROST v5 compliant
No functional changes have been made to signing, with solely slight API 
changes being made.

Technically not actually FROST v5 compatible, due to differing on zero 
checks and randomness, yet the vectors do confirm the core algorithm. 
For any valid FROST implementation, this will be interoperable if they 
can successfully communicate. For any devious FROST implementation, this 
will be fingerprintable, yet should still be valid.

Relevant to https://github.com/serai-dex/serai/issues/9 as any curve can 
now specify vectors for itself and be tested against them.

Moves the FROST testing curve from k256 to p256. Does not expose p256 
despite being compliant. It's not at a point I'm happy with it, notably 
regarding hash to curve, and I'm not sure I care to support p256. If it 
has value to the larger FROST ecosystem...
2022-06-03 01:25:46 -04:00
..
dalek-ff-group Simplify Monero key image handling 2022-05-17 19:15:53 -04:00
frost Verify being FROST v5 compliant 2022-06-03 01:25:46 -04:00
multiexp Remove "as", except for floats as needed 2022-05-30 02:14:34 -04:00
transcript Remove rng_seed's additional entropy 2022-05-31 02:12:14 -04:00