* ongoing work
* partial server implementation
* preliminary version of all functions
* feature complete, test working
* improve documentation and tests
* 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 coordinator demo (#48)
* Add test for step_3 in coordinator (#48)
* Add validation for participant selection in coordinator demo (#48)
* Add tests for validation in step_1 for coordinator (#48)
* Improve error handling in Coordinator (#48)
* Fix clippy error (#48)
* Improve usability for coordinator demo (#48)
Fix test values
Improve identifier input so it doesn't need to be in quotes
Remove unecessary text
* 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)
* Update frost-ed25519 crate to v0.4.0 (#324)
* Refactor keygen to return SecretShares and not KeyPackages (#324)
* Update secret key input text
Co-authored-by: Conrado Gouvea <conrado@zfnd.org>
* Add commitment output (#324)
* Refactor Errors in input tests (#324)
* Handle errors in secret key input (#324)
* Improve error handling for split_secret (#324)
* Refactor validate_inputs into request_inputs function (#324)
* Refactor main into cli function (#324)
* Fix encoding not handling more than 9 signers (#324)
* Add borrow to parameter in output to remove unecessary clones (#324)
---------
Co-authored-by: Conrado Gouvea <conrado@zfnd.org>