5 releases (breaking)

0.4.0 Jun 6, 2023
0.3.0 Mar 22, 2023
0.2.0 Oct 13, 2022
0.1.0 Dec 17, 2021
0.0.0 Mar 19, 2021

#458 in Magic Beans

Download history 2508/week @ 2023-12-17 885/week @ 2023-12-24 2206/week @ 2023-12-31 3406/week @ 2024-01-07 3018/week @ 2024-01-14 5392/week @ 2024-01-21 2420/week @ 2024-01-28 4963/week @ 2024-02-04 3632/week @ 2024-02-11 3709/week @ 2024-02-18 3654/week @ 2024-02-25 5439/week @ 2024-03-03 3110/week @ 2024-03-10 2621/week @ 2024-03-17 2531/week @ 2024-03-24 2422/week @ 2024-03-31

11,077 downloads per month
Used in 21 crates (8 directly)

MIT/Apache

33KB
454 lines

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.

Dependencies

~1MB
~14K SLoC