summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
blob: 58e328bdff8c8dbd1e4f282eba7a4206477b4da3 (plain)
1
2
3
4
5
//! This library provides modular components to build and verify binary Merkle trees
//! with pluggable hash functions.

pub mod hasher;
pub mod merkle;