* Add text for group public key input for Participant CLI (#18)
* Refactor lib tests into own file (#18)
* Fix formatting (#18)
* Add group public key input to Participant (#18)
* Handle error for group public key (#18)
Update group_public_key field in config to use VerifyingKey type
* Add text for requesting public key for participant (#17)
* Add public key to Participant Config (#17)
* Add error handling for incorrect pub key length (#17)
* Request identifier for Participant (#16)
* Test for error when Identifier has value 0 for participant (#16)
* Add error test for malformed identifier for participant (#16)
* Improve text for participant identifier input request (#16)
* 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)