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

View File

@@ -17,6 +17,6 @@ hex = "0.3"
bls = { path = "../bls" }
eth2_ssz = { path = "../../consensus/ssz" }
serde_json = "1.0.41"
eth2_key_derivation = { path = "../eth2_key_derivation" }
[dev-dependencies]
tempfile = "3.1.0"