Key generation, saving and loading works.

This commit is contained in:
Dave Hrycyszyn
2024-06-06 18:52:39 +01:00
parent 6d6c544dd5
commit cda6dd2901
9 changed files with 67 additions and 58 deletions

View File

@@ -18,8 +18,8 @@ serde_with = "3.8.1"
sha256 = "1.5.0"
tokio = { version = "1.37.0", features = ["full"] }
websockets = "0.3.0"
pem = "3.0.4"
toml = "0.8.14"
fastcrypto = "0.1.8"
[features]
default = ["bft", "logging-list", "logging-json"]