Module merkle_tree

Module merkle_tree 

Source
Expand description

§Merkle Tree Data Integrity Verification

Efficient data integrity verification using Merkle trees for distributed RDF triple storage. Enables fast comparison and synchronization between nodes.

§Performance Enhancements (v0.2.0)

  • SIMD-accelerated batch hashing for 4-8x speedup
  • Profiling integration for performance monitoring
  • Memory-efficient operations with scirs2-core

Structs§

MerkleProof
Merkle proof for a data item
MerkleTree
Merkle tree for data integrity verification
MerkleTreeStats
Merkle tree statistics

Enums§

MerkleComparison
Result of comparing two Merkle trees
MerkleNode
Merkle tree node

Type Aliases§

MerkleHash
Merkle tree hash type