Derive addresses from seed

This commit is contained in:
Aditya Kulkarni
2019-09-07 22:27:35 -07:00
parent d7ff2a8792
commit 5bd8b754df
3 changed files with 76 additions and 27 deletions

View File

@@ -21,6 +21,7 @@ hex = "0.3"
protobuf = "2"
rustyline = "5.0.2"
byteorder = "1"
rand = "0.5.6"
[dependencies.bellman]
path = "../../librustzcash/bellman"
@@ -50,4 +51,4 @@ features = ["ff_derive"]
tower-grpc-build = { git = "https://github.com/tower-rs/tower-grpc", features = ["tower-hyper"] }
[profile.release]
debug = true
#debug = true