serai/crypto
Luke Parker 87dea5e455
3.3.3 Add an assert if polynomial is called with 0
This will only be called with 0 if the code fails to do proper screening of its
arguments. If such a flaw is present, the DKG lib is critically broken (as this
function isn't public). If it was allowed to continue executing, it'd reveal
the secret share.
2023-02-23 04:56:05 -05:00
..
ciphersuite 3.1.4 Further document hash_to_F which may collide 2023-02-23 01:09:22 -05:00
dalek-ff-group 3.2.2 Use a hash to point for random points in dfg 2023-02-23 04:29:17 -05:00
dkg 3.3.3 Add an assert if polynomial is called with 0 2023-02-23 04:56:05 -05:00
dleq Offer a multi-DLEq proof which simply merges challenges for n underlying proofs 2023-01-01 09:16:09 -05:00
ed448 Add test vectors for Ciphersuite::hash_to_F 2022-12-25 02:50:10 -05:00
ff-group-tests Run latest nightly clippy 2023-01-01 04:18:23 -05:00
frost Offer a multi-DLEq proof which simply merges challenges for n underlying proofs 2023-01-01 09:16:09 -05:00
multiexp Restore type complexity checks in CI 2022-12-01 17:50:52 -05:00
schnorr Move verify_share to return batch-verifiable statements 2022-12-13 20:31:00 -05:00
transcript DKG Blame (#196) 2023-01-01 01:54:18 -05:00