Add additional fake_crypto objects

This commit is contained in:
Paul Hauner
2019-05-14 22:09:57 +10:00
parent d1a6ac3a28
commit d73e068686
5 changed files with 236 additions and 21 deletions

View File

@@ -4,7 +4,11 @@ version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[features]
fake_crypto = ["bls/fake_crypto"]
[dependencies]
bls = { path = "../../eth2/utils/bls" }
ethereum-types = "0.5"
hex = "0.3"
serde = "1.0"