diff --git a/CTng/config/ReadMe.md b/CTng/config/ReadMe.md index bc5fea7..d2891b3 100644 --- a/CTng/config/ReadMe.md +++ b/CTng/config/ReadMe.md @@ -2,8 +2,8 @@ ## 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`: contains functions that load configuration settings from json files +- `config/test`: contains the json files that are used for testing ## config_loaders.go: - Loads the config files for both monitor and gossiper