Crate mrkl [] [src]

A generic, minimalist Merkle tree.

An implementation of Merkle tree that is generic over the hashed input data, the hash function, and what gets into leaf data.

Optional support is provided for the cryptographic hash functions that conform to the API defined in crate digest.

Reexports

pub use tree::MerkleTree;

Modules

digest

Support for cryptographic hash functions.

hash

The abstraction of the hash algorithm for Merkle trees.

leaf

Facilities for extracting leaf data.

tree

The data model and construction facilities for Merkle trees.