-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #358 from nuttycom/refactor/component_modules_2
Generalize Sapling note encryption to allow reuse with Orchard notes.
- Loading branch information
Showing
18 changed files
with
2,034 additions
and
1,863 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" |
Oops, something went wrong.