1 unstable release

0.14.0 Jul 2, 2025

#8 in #babylon


Used in 2 crates (via babylon-apis)

Apache-2.0

18KB
404 lines

Merkle Tree impl in Rust

For smaller static data structures that don't require immutable snapshots or mutability; for instance the transactions and validation signatures of a block can be hashed using this simple merkle tree logic.

Based on / traslated from cosmosbft/crypto/merkle, v0.38.6.

Dependencies

~6–10MB
~199K SLoC