#note #encryption #zcash #decryption #domain #logic #enforce

no-std zcash_note_encryption

Note encryption for Zcash transactions

6 releases (breaking)

new 0.4.1 Dec 7, 2024
0.4.0 Jun 6, 2023
0.3.0 Mar 22, 2023
0.2.0 Oct 13, 2022
0.0.0 Mar 19, 2021

#156 in Magic Beans

Download history 5182/week @ 2024-08-21 3063/week @ 2024-08-28 3215/week @ 2024-09-04 2480/week @ 2024-09-11 2330/week @ 2024-09-18 4473/week @ 2024-09-25 3951/week @ 2024-10-02 3665/week @ 2024-10-09 4265/week @ 2024-10-16 4233/week @ 2024-10-23 3645/week @ 2024-10-30 3433/week @ 2024-11-06 4763/week @ 2024-11-13 3219/week @ 2024-11-20 3409/week @ 2024-11-27 4658/week @ 2024-12-04

16,782 downloads per month
Used in 26 crates (9 directly)

MIT/Apache

34KB
482 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
~15K SLoC