Skip to content

Commit

Permalink
Update workspace after pulling in zip32 crate
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Aug 29, 2018
1 parent 6526b9f commit 6e0364c
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 5 deletions.
114 changes: 114 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ members = [
"zcash_primitives",
"zcash_proofs",
"zcash_wallet",
"zip32",
]

[profile.release]
Expand Down
7 changes: 2 additions & 5 deletions zip32/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@ aes = "0.2"
byteorder = "1"
fpe = "0.1"
lazy_static = "1.0"
pairing = "0.14.2"
pairing = { path = "../pairing" }
sapling-crypto = { path = "../sapling-crypto" }

[dependencies.blake2-rfc]
git = "https://github.com/gtank/blake2-rfc"
rev = "7a5b5fc99ae483a0043db7547fb79a6fa44b88a9"

[dependencies.sapling-crypto]
git = "https://github.com/zcash-hackworks/sapling-crypto"
rev = "21084bde2019c04bd34208e63c3560fe2c02fb0e"

0 comments on commit 6e0364c

Please sign in to comment.