librustzcash/components/zcash_note_encryption
Kris Nuttycombe 1a27a7f9ce Update zcash_note_encryption changelog for 0.3.0 release. 2023-03-22 09:54:18 -06:00
..
src Update Sapling note encryption for `zcash_note_encryption 0.3.0` 2023-03-21 11:09:38 -06:00
CHANGELOG.md Update zcash_note_encryption changelog for 0.3.0 release. 2023-03-22 09:54:18 -06:00
Cargo.toml Bump zcash_note_encryption to version 0.3.0 for release. 2023-03-20 16:16:34 -06: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 zcash_note_encryption: Clean up changelog and readme 2022-10-13 21:23:09 +00: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 zcash_primitives (for Sapling) 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.