serai/crypto/frost/src
Luke Parker eeca440fa7
Offer a multi-DLEq proof which simply merges challenges for n underlying proofs
This converts proofs from 2n elements to 1+n.

Moves FROST over to it. Additionally, for FROST's binomial nonces, provides
a single DLEq proof (2, not 1+2 elements) by proving the discrete log equality
of their aggregate (with an appropriate binding factor). This may be split back
up depending on later commentary...
2023-01-01 09:16:09 -05:00
..
curve Move verify_share to return batch-verifiable statements 2022-12-13 20:31:00 -05:00
tests Offer a multi-DLEq proof which simply merges challenges for n underlying proofs 2023-01-01 09:16:09 -05:00
algorithm.rs Impl pow_vartime and sqrt on ed libs 2022-12-15 19:23:42 -05:00
lib.rs Correct derives on errors 2022-12-09 09:50:00 -05:00
nonce.rs Offer a multi-DLEq proof which simply merges challenges for n underlying proofs 2023-01-01 09:16:09 -05:00
sign.rs DKG Blame (#196) 2023-01-01 01:54:18 -05:00