Crate light_concurrent_merkle_tree

Source

Re-exports§

pub use light_hasher;

Modules§

changelog
copy
errors
event
hash
offset
zero_copy

Structs§

ConcurrentMerkleTree
Concurrent Merkle tree which allows for multiple requests of updating leaves, without making any of the requests invalid, as long as they are not modyfing the same leaf.

Type Aliases§

ConcurrentMerkleTree26