* trusted-dealer: allow reading params from arguments, and writing to files
* change coordinator and participant to allow them to be non-interactive
* allow reading message from file
* remove warnings
* fix tests
* move commitments to step_1
* halfway through making things async; need to fix handling input/output
* async step_1
* async step_3
* started SocketComms
* SocketComms compiling
* Finished SocketComms; untested
* fixed existing tests
* update frost-rerandomized; skip tests if redpallas enabled
* ci: use nightly, and overall cleanup
* point frost to 1.0.0-rc.0
* 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