-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add key generation utility for Concord
This commit adds a key generation utility for concord; it can be called from the command line to generate all RSA and threshold signature keys needed by a Concord deployment, which it outputs to keyfiles. A function for reading the keyfiles back in is also included, as is a test of the key generation utility and a README documenting how to use it. Furthermore, this commit makes revisions to simpleTest so that it uses keyfiles of the new format. The key generation utility is implemented in the tools subdirectory. See tools/README.md for more information about this utility.
- Loading branch information
1 parent
ef4d526
commit ef43e67
Showing
22 changed files
with
3,416 additions
and
310 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.