Add lock/unlock API

This commit is contained in:
Aditya Kulkarni
2019-10-19 13:09:59 -07:00
parent fc15de5687
commit 72548e077e
2 changed files with 214 additions and 6 deletions

View File

@@ -34,6 +34,7 @@ webpki-roots = "0.16.0"
tower-h2 = { git = "https://github.com/tower-rs/tower-h2" }
rust-embed = { version = "5.1.0", features = ["debug-embed"] }
rand = "0.7.2"
sodiumoxide = "0.2.5"
[dependencies.bellman]
git = "https://github.com/adityapk00/librustzcash.git"