diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,2 +1,5 @@ +//! This library provides modular components to build and verify binary Merkle trees +//! with pluggable hash functions. + pub mod hasher; pub mod merkle; |
