Skip to content

Commit

Permalink
Move generalized note encryption functionality to zcash_note_encrypti…
Browse files Browse the repository at this point in the history
…on crate.
  • Loading branch information
nuttycom committed Apr 8, 2021
1 parent e778392 commit 266285b
Show file tree
Hide file tree
Showing 4 changed files with 413 additions and 399 deletions.
9 changes: 9 additions & 0 deletions components/zcash_note_encryption/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,12 @@ 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"

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

0 comments on commit 266285b

Please sign in to comment.