Go to file
Daira Hopwood b04dfa4b82 Projects that rely on BOSL exceptions should say that they do.
fixes #576

Signed-off-by: Daira Hopwood <daira@jacaranda.org>


Extracted from: 75ca854005
2022-06-28 12:29:16 +01:00
src Fix Clippy beta linting complaints. 2022-02-02 16:02:45 -07:00
CHANGELOG.md Update MSRV to 1.56.1 2022-02-24 12:26:14 -07:00
Cargo.toml zcash_primitives 0.7.0 2022-06-24 17:00:39 +00: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 Projects that rely on BOSL exceptions should say that they do. 2022-06-28 12:29:16 +01: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.

Downstream code forks should note that 'zcash_note_encryption' depends on the 'orchard' crate, which is licensed under the Bootstrap Open Source License. An exception is provided that makes this a "permissive" license when used in Zcash or some of its chain forks.

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.