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

1
Cargo.lock generated
View File

@@ -110,6 +110,7 @@ name = "librustzcash"
version = "0.1.0"
dependencies = [
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
"pairing 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
"sapling-crypto 0.0.1 (git+https://github.com/zcash-hackworks/sapling-crypto?rev=e554b473dd10885d232f42237c13282f5b6fee43)",
]