Add new bls-aggregates crates

This commit is contained in:
Paul Hauner
2018-09-23 20:19:30 +10:00
parent 0b661c5b11
commit 67b11a394e
12 changed files with 34 additions and 47 deletions

View File

@@ -7,7 +7,7 @@ authors = ["Paul Hauner <paul@paulhauner.com>"]
# TODO: remove "blake2" in favor of "blake2-rfc"
blake2 = "^0.7.1"
blake2-rfc = "0.2.18"
bls = { git = "https://github.com/sigp/bls" }
bls-aggregates = { git = "https://github.com/sigp/signature-schemes" }
boolean-bitfield = { path = "boolean-bitfield" }
bytes = ""
crypto-mac = "^0.6.2"