Commit Graph

119 Commits

Author SHA1 Message Date
natalie f201eb693b Add details to README (#339)
Create Makefile commands
2023-05-02 16:15:48 +01:00
natalie 15100a28b7
Merge pull request #2 from ZcashFoundation/generate_secret_share_283
Generate secret share 283
2023-04-28 09:30:33 +01:00
natalie ebaf08073d Refactor ConsoleLogger to be implemented in main (#283) 2023-04-27 14:03:25 +01:00
natalie 7738d105fa Fix clippy errors (#283) 2023-04-26 16:31:19 +01:00
natalie b584b60461 Sort participants by identifier (#283)
Improve error handling
Add tests for output
hex encode outputs
2023-04-26 15:21:42 +01:00
natalie a8710860d1 Update frost-ed25519 to v0.2.0 (#325) 2023-04-25 14:54:17 +01:00
natalie 806d0e558b Temporarily return ok value for inputs to resolve clippy issue (#283) 2023-04-25 14:40:55 +01:00
natalie 689be8d3d5 Merge branch 'main' of frost-zcash-demo into generate_secret_share_283 2023-04-25 14:20:52 +01:00
natalie bd065ef8ba Fix clippy error by removing true test assertion 2023-04-25 13:49:45 +01:00
natalie ba0b8472d8 Fix fmt error 2023-04-25 13:35:57 +01:00
natalie 5e46d6317f Add config for CI pipeline and code coverage 2023-04-25 13:30:31 +01:00
natalie beed96887f Add comment for getting value of commitment (#283) 2023-04-24 09:58:29 +01:00
natalie ed59cfee31 Only generate keys if inputs are validated (#283)
Remove unused imports
2023-04-17 16:20:17 +01:00
natalie fa62953fa0 Return secret shares and public keys for all participants 2023-04-17 16:16:32 +01:00
natalie 78f0952730 Create Output struct (#283) 2023-04-12 11:09:28 +01:00
natalie 4b25c4b7a4 Print group public key (#283)
Keygen implementation
Fix APACHE License
2023-04-17 11:01:27 +01:00
Natalie Eskinazi f179ff8421 Validate inputs (#283) 2023-04-11 13:56:23 +01:00
natalie 5d4f19b0ed Validate inputs for number of signers (#283)
Prompt for input and handle errors
2023-03-22 23:41:26 +00:00
natalieesk 5b6f66e29c Initial commit 2023-03-14 11:52:16 +00:00