Skip to content

Commit

Permalink
Create ReadMe.md
Browse files Browse the repository at this point in the history
General overview
  • Loading branch information
ist17002 authored Apr 21, 2022
1 parent c33ed23 commit 2e5c4e3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CTng/config/ReadMe.md
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

0 comments on commit 2e5c4e3

Please sign in to comment.