Crates.io | masp_note_encryption |
lib.rs | masp_note_encryption |
version | 3.0.5 |
created_at | 2025-01-13 17:41:41.950765+00 |
updated_at | 2025-09-18 09:43:10.460048+00 |
description | Note encryption for MASP transactions |
homepage | https://github.com/namada-net/masp |
repository | https://github.com/namada-net/masp |
max_upload_size | |
id | 1514925 |
size | 60,096 |
This crate implements the in-band secret distribution scheme for the MASP protocol. 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. Implementation of this
trait is provided in the masp_primitives
crate;
users with their own existing types can similarly implement the trait themselves.
Licensed under either of
at your option.
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.