Expose API for init/free of parameters and, to test, a merkle tree hash invocation.

This commit is contained in:
Sean Bowe
2018-04-11 21:51:30 -06:00
parent 7dc69c6893
commit f1d35708bc
4 changed files with 130 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ crate-type = ["staticlib"]
[dependencies]
libc = "0.2"
pairing = "0.14.1"
[dependencies.sapling-crypto]
git = "https://github.com/zcash-hackworks/sapling-crypto"