testing: add a fake_crypto feature

This commit is contained in:
Michael Sproul
2019-04-02 17:51:12 +11:00
parent 300fcd6ec3
commit 71a0fed8eb
6 changed files with 50 additions and 27 deletions

View File

@@ -30,3 +30,6 @@ tree_hash = { path = "../utils/tree_hash" }
tree_hash_derive = { path = "../utils/tree_hash_derive" }
types = { path = "../types" }
rayon = "1.0"
[features]
fake_crypto = ["bls/fake_crypto"]