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

1
Cargo.lock generated
View File

@@ -584,6 +584,7 @@ dependencies = [
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pairing 0.14.2",
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_os 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sapling-crypto 0.0.1",