Update to closer match @tomaka demo

This commit is contained in:
Paul Hauner
2018-07-29 10:11:37 +10:00
parent b96bf6e3de
commit 68af2011b5
2 changed files with 105 additions and 11 deletions

View File

@@ -4,6 +4,7 @@ version = "0.0.1"
authors = ["Paul Hauner <paul@paulhauner.com>"]
[dependencies]
bigint = "4.2"
blake2 = "^0.7.1"
bls = { git = "https://github.com/sigp/bls" }
bytes = ""
@@ -27,6 +28,8 @@ slog-term = "^2.4.0"
slog-async = "^2.3.0"
tokio-io = "0.1"
tokio-core = "0.1"
tokio-timer = "0.1"
tokio-stdin = "0.1"
[dependencies.pairing]
git = "https://github.com/mmaker/pairing"