* Update participant tests to use DKG format (#37)
Update Makefile to not run --all-features in tests
cli tests were not touched
* Update tests in trusted dealer (#37)
* Refactor test files structure to be consistent across projects (#37)
* Add cross project integration test (#37)
* Remove empty test files (#37)
* Remove reference to old test (#37)
* print entire identifier instead of converting back to integer
* Remove commented code (#37)
* Add signature verification step to participant demo (#78)
* Add verification step to participant demo (#56)
* Add cli test to participant (#56)
Clean up some comments and prints
---------
Co-authored-by: Conrado Gouvea <conradoplg@gmail.com>
* Add Participant project (#12)
* Refactor trusted dealer into own project (#12)
Set up project structure for trusted dealer and participant
* Update READMEs for top level and Pariticipant project (#12)
* Fix makefile to run both projects (#12)
Some formatting
* Add Participant project (#12)
* Fix clippy errors for participant project (#12)
* Fix clippy and fmt errors from leftover conflicts (#12)