Go to file
Kris Nuttycombe 668ea44cf5
Merge pull request #8 from daira/doc-sapling-crypto
Document that the Sapling implementation is in the `sapling-crypto` crate, not `zcash_primitives`
2025-04-07 08:05:00 -06:00
.github Set up CI 2023-11-18 16:59:13 +13:00
src Document that the Sapling implementation is in the `sapling-crypto` crate, 2025-04-07 14:39:12 +01:00
.gitignore Set up CI 2023-11-18 16:59:13 +13:00
CHANGELOG.md Apply suggestions from code review 2025-01-22 09:14:44 -07:00
Cargo.lock Release zcash_note_encryption version 0.4.1 2024-12-06 21:35:34 -07:00
Cargo.toml Release zcash_note_encryption version 0.4.1 2024-12-06 21:35:34 -07:00
LICENSE-APACHE zcash_note_encryption: License files and readme 2021-12-17 15:16:17 +00:00
LICENSE-MIT zcash_note_encryption: License files and readme 2021-12-17 15:16:17 +00:00
README.md Document that the Sapling implementation is in the `sapling-crypto` crate, 2025-04-07 14:39:12 +01:00
rust-toolchain.toml Set up CI 2023-11-18 16:59:13 +13:00

README.md

zcash_note_encryption

This crate implements the in-band secret distribution scheme for the Sapling and Orchard protocols. It provides reusable methods that implement common note encryption and trial decryption logic, and enforce protocol-agnostic verification requirements.

Protocol-specific logic is handled via the Domain trait. Implementations of this trait are provided in the sapling-crypto and orchard crates; users with their own existing types can similarly implement the trait themselves.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.