Use michael's milagro in interop keypairs

This commit is contained in:
Paul Hauner 2019-09-05 20:57:48 +10:00
parent 3bc62ef411
commit 940ddd0d13
No known key found for this signature in database
GPG Key ID: 303E4494BB28068C

View File

@ -10,7 +10,7 @@ edition = "2018"
lazy_static = "1.4"
num-bigint = "0.2"
eth2_hashing = "0.1"
milagro_bls = { git = "https://github.com/sigp/milagro_bls", tag = "v0.10.0" }
milagro_bls = { git = "https://github.com/michaelsproul/milagro_bls", branch = "little-endian-v0.10" }
[dev-dependencies]
base64 = "0.10"