Hasty Briefsbeta

Our modular, high-performance Merkle Tree library for Rust

a day ago
  • #Cryptography
  • #Rust
  • #Merkle Tree
  • Merkle tree implementation in Rust with fixed depth, append-only leaves, and optimized proof retrieval.
  • Configurable storage backends (sled, rocksdb, sqlite) and hash functions (Keccak256, Poseidon).
  • Simple interface with methods like `add_leaves`, `root`, `num_leaves`, and `proof`.
  • Example usage with default settings and customization options for different stores and hashes.
  • Benchmark results showing disk size, insertion throughput, and proof generation times for different configurations.