Sapling transaction builder

This commit is contained in:
Jack Grigg
2018-11-20 13:37:21 +00:00
parent 01618038bf
commit 1862354ea6
7 changed files with 621 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ fpe = "0.1"
hex = "0.3"
lazy_static = "1"
pairing = { path = "../pairing" }
rand = "0.7"
rand_core = "0.5"
rand_os = "0.2"
sapling-crypto = { path = "../sapling-crypto" }