Go to file
Jack Grigg d6897cc8c1 zcash_note_encryption: Clean up dependencies
Several dependencies were copied over during the extraction of this
crate's logic from `zcash_primitives`, but are in fact only required for
the protocol-specific logic. We can also remove the `std` feature flag,
since we no longer have a dependency on `blake2b_simd` that needs its
`std` flag exposed for performance.


Extracted from: e8a755f633
2021-12-17 15:06:22 +00:00
src zcash_note_encryption: Crate documentation 2021-12-17 15:06:22 +00:00
Cargo.toml zcash_note_encryption: Clean up dependencies 2021-12-17 15:06:22 +00:00