zcash_note_encryption

Crates.iozcash_note_encryption
lib.rszcash_note_encryption
version0.4.0
sourcesrc
created_at2021-03-19 20:56:43.074577
updated_at2023-06-06 17:04:08.157831
descriptionNote encryption for Zcash transactions
homepagehttps://github.com/zcash/librustzcash
repositoryhttps://github.com/zcash/librustzcash
max_upload_size
id371091
size46,307
Crate publishers (github:zcash:crate-publishers)

documentation

README

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.

Commit count: 4283

cargo fmt