Update milagro_bls to new release (#1183)

* Update milagro_bls to new release

Signed-off-by: Kirk Baird <baird.k@outlook.com>

* Tidy up fake cryptos

Signed-off-by: Kirk Baird <baird.k@outlook.com>

* move SecretHash to bls and put plaintext back

Signed-off-by: Kirk Baird <baird.k@outlook.com>
This commit is contained in:
Kirk Baird
2020-05-29 14:39:33 +10:00
committed by GitHub
parent 08e6b4961d
commit dceab5e6ea
26 changed files with 182 additions and 132 deletions

8
Cargo.lock generated
View File

@@ -102,7 +102,7 @@ dependencies = [
[[package]]
name = "amcl"
version = "0.2.0"
source = "git+https://github.com/sigp/milagro_bls?tag=v1.0.1#2ccdd4b517c1ab3debe10277deed9d1b1cbbe9ce"
source = "git+https://github.com/sigp/milagro_bls?tag=v1.1.0#32c9f9382fc73f8976a00aca9773e6a322bb2c9e"
dependencies = [
"hex 0.3.2",
"lazy_static",
@@ -1305,6 +1305,7 @@ dependencies = [
name = "eth2_key_derivation"
version = "0.1.0"
dependencies = [
"bls",
"hex 0.3.2",
"num-bigint-dig",
"ring",
@@ -1317,6 +1318,7 @@ name = "eth2_keystore"
version = "0.1.0"
dependencies = [
"bls",
"eth2_key_derivation",
"eth2_ssz",
"hex 0.3.2",
"rand 0.7.3",
@@ -2743,8 +2745,8 @@ dependencies = [
[[package]]
name = "milagro_bls"
version = "1.0.1"
source = "git+https://github.com/sigp/milagro_bls?tag=v1.0.1#2ccdd4b517c1ab3debe10277deed9d1b1cbbe9ce"
version = "1.1.0"
source = "git+https://github.com/sigp/milagro_bls?tag=v1.1.0#32c9f9382fc73f8976a00aca9773e6a322bb2c9e"
dependencies = [
"amcl",
"hex 0.4.2",