summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-06-13 11:29:29 +0000
committerSanto Cariotti <santo@dcariotti.me>2025-06-13 11:29:29 +0000
commit04891bbcaac75e887d57844548b61141cb6ebc07 (patch)
tree9be7b87519c95ab1bd1d03895042b67e79b127a0 /src/lib.rs
Init
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
new file mode 100644
index 0000000..9e3b1d1
--- /dev/null
+++ b/src/lib.rs
@@ -0,0 +1,2 @@
+mod hasher;
+mod merkle;