Skip to content

Commit

Permalink
Merge pull request #358 from nuttycom/refactor/component_modules_2
Browse files Browse the repository at this point in the history
Generalize Sapling note encryption to allow reuse with Orchard notes.
  • Loading branch information
str4d authored Apr 16, 2021
2 parents 1b4aab0 + 28a4502 commit 3b02c8b
Show file tree
Hide file tree
Showing 18 changed files with 2,034 additions and 1,863 deletions.
12 changes: 12 additions & 0 deletions components/zcash_note_encryption/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,22 @@ description = "TBD"
version = "0.0.0"
authors = [
"Jack Grigg <[email protected]>",
"Kris Nuttycombe <[email protected]>"
]
homepage = "https://github.com/zcash/librustzcash"
repository = "https://github.com/zcash/librustzcash"
license = "MIT OR Apache-2.0"
edition = "2018"

[dependencies]
blake2b_simd = "0.5"
byteorder = "1"
crypto_api_chachapoly = "0.4"
ff = "0.8"
group = "0.8"
rand_core = "0.5.1"
subtle = "2.2.3"

[dev-dependencies]
zcash_primitives = { version = "0.5", path = "../../zcash_primitives" }
jubjub = "0.5.1"
Loading

0 comments on commit 3b02c8b

Please sign in to comment.