Add get_crosslink_aggvote_msg fn

This commit is contained in:
Paul Hauner
2018-07-11 14:16:31 +10:00
parent 29cfc4dce9
commit be441a9df9
3 changed files with 47 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ authors = ["Paul Hauner <paul@paulhauner.com>"]
[dependencies]
ethereum-types = ""
rand = ""
bytes = ""
blake2 = "^0.7.1"
crypto-mac = "^0.6.2"
bls = { git = "https://github.com/sigp/bls" }