S1nus / nmt-rs

An implementation of a namespaced merkle tree in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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.

About

An implementation of a namespaced merkle tree in Rust.

License:Apache License 2.0


Languages

Language:Rust 100.0%