Move redjubjub into zcash_primitives

This commit is contained in:
Jack Grigg
2019-05-04 17:47:18 +01:00
parent f931562431
commit 7ea6d10480
17 changed files with 36 additions and 31 deletions

View File

@@ -20,3 +20,6 @@ rand_core = "0.5"
rand_os = "0.2"
sapling-crypto = { path = "../sapling-crypto" }
sha2 = "0.8"
[dev-dependencies]
rand_xorshift = "0.2"