nmt-rs

Crates.ionmt-rs
lib.rsnmt-rs
version0.2.3
sourcesrc
created_at2023-11-14 20:17:44.528435
updated_at2024-09-10 15:30:27.20416
descriptionA namespaced merkle tree compatible with Celestia
homepagehttps://www.sovereign.xyz
repositoryhttps://github.com/sovereign-labs/nmt-rs
max_upload_size
id1035369
size120,560
Preston Evans (preston-evans98)

documentation

README

codecov

NMT

An implementation of a namespaced merkle tree in Rust.

Warning

This code has not been audited, and may contain critical vulnerabilities. Do not attempt to use in production.

Functionality

  • Compute merkle root

  • Create index-based range proofs

  • Verify index-based range proofs

  • Create namespace range proofs

  • Verify namespace range proofs

  • Narrow namespace range proofs: supply part of the range to generate a proof for the remaining sub-range

License

Licensed under the Apache License, Version 2.0.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this repository by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.

Commit count: 54

cargo fmt