user-balance-merkle-tree

Crates.iouser-balance-merkle-tree
lib.rsuser-balance-merkle-tree
version0.2.0
sourcesrc
created_at2024-07-12 15:31:02.598299
updated_at2024-07-17 19:36:36.697218
descriptionA simple Merkle tree implementation in Rust for user/balance storage.
homepage
repository
max_upload_size
id1300799
size6,698
Swafox (Swafox)

documentation

README

U-B Simple Merkle Tree

A simple Merkle tree implementation in Rust for user/balance storage.

Features

  • Create a Merkle tree with user balances
  • Add balances to the tree
  • Get the Merkle root
  • Calculate the size of the tree

Usage

Add this to your Cargo.toml:

[dependencies]
user-balance-merkle-tree = "0.1.0"
Commit count: 0

cargo fmt