Implementation of Sprout proving and verifying

This commit is contained in:
Sean Bowe
2018-05-08 16:58:43 -06:00
parent 5e220695e5
commit fefa46b4c4
4 changed files with 258 additions and 2 deletions

View File

@@ -13,6 +13,8 @@ libc = "0.2"
pairing = "0.14.1"
lazy_static = "1"
bellman = "0.1"
byteorder = "1"
rand = "0.4"
[dependencies.sapling-crypto]
git = "https://github.com/zcash-hackworks/sapling-crypto"