summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-06-16 09:49:45 +0000
committerSanto Cariotti <santo@dcariotti.me>2025-06-16 09:49:45 +0000
commitc4eeb0db2219e63801ce566b7724e849c74e0fed (patch)
tree615815dc57a31eb323d49eb8dc41a8e7f22c1b6e /src/lib.rs
parent79987ba53f228d27875c6d5e1bb38c76a40e7d0d (diff)
Remove `src/merkle` folder
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 58e328b..e71c875 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -2,4 +2,5 @@
//! with pluggable hash functions.
pub mod hasher;
-pub mod merkle;
+pub mod merkletree;
+pub mod node;