frost/frost-secp256k1/src/tests
Conrado Gouvea 71c092532c
add computing PublicKeyPackage from commitments (#551)
* Refactor computing the public key package and expose it.

* Fix clippy issue.

* Add test.

* Fix test.

* Improve test.

* Split it up.

* Fix build.

* Improve api.

* Expose more stuff.

* Expose more stuff.

* Extract proof of knowledge verification.

* Add construct_proof_of_knowledge.

* fix dkg test

* overall cleanup

* change IncorrectCommitment to IncorrectNumberOfCommitments

* clippy fixes

* fix order of inputs for DKG commitment hashing

* also change regular challenge() verifying key argument to VerifyingKey

---------

Co-authored-by: David Craven <david@craven.ch>
2023-10-27 11:48:54 +00:00
..
batch.rs return error when validating an empty batch (#487) 2023-09-02 05:13:51 +00:00
coefficient_commitment.rs Refactor test folders (#366) 2023-05-31 21:23:29 +00:00
deserialize.rs Refactor test folders (#366) 2023-05-31 21:23:29 +00:00
proptests.rs Refactor test folders (#366) 2023-05-31 21:23:29 +00:00
vss_commitment.rs add computing PublicKeyPackage from commitments (#551) 2023-10-27 11:48:54 +00:00