# Fuel Merkle trees [![build](https://github.com/FuelLabs/fuel-merkle/actions/workflows/ci.yml/badge.svg)](https://github.com/FuelLabs/fuel-merkle/actions/workflows/ci.yml) [![crates.io](https://img.shields.io/crates/v/fuel-merkle?label=latest)](https://crates.io/crates/fuel-merkle) [![docs](https://docs.rs/fuel-merkle/badge.svg)](https://docs.rs/fuel-merkle/) [![discord](https://img.shields.io/badge/chat%20on-discord-orange?&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/xfpK4Pe) The crate contains implementation for the Sparse Merkle Tree, Binary Merkle Tree, and Binary Merkle Sum Tree. [The specification](https://github.com/FuelLabs/fuel-specs/blob/master/src/protocol/cryptographic-primitives.md#merkle-trees) contains more information on how they work inside and how they are [tested](https://github.com/FuelLabs/fuel-specs/blob/master/src/tests/index.md).