-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
General overview
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Cryptography Implementations | ||
|
||
## Contents: | ||
- `types.go`: defines the gossiper and monitor structs which will be be populated by config files (json files) | ||
- `config_loaders.go`: implementation of k-of-n threshold signatures using a BLS library. | ||
- `config/test`: Creates slightly simplified+application specific RSA functions from go's "crypto/rsa" library. | ||
|
||
## config_loaders.go: | ||
- Loads the config files for both monitor and gossiper | ||
- Populates both monitor and gossiper configs from given file paths | ||
|
||
## config_test.go | ||
This tests that the information is populated correctly. Given the json files inside the folder /test, it will read and populate the respective structs |