From e125fc0d280b5d5f1463a825374f662f38014b65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 27 Oct 2024 19:24:41 +0100 Subject: [PATCH] Set the mods public --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 2b4c413..6092cc8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,5 @@ -mod algorithm; -mod data; +pub mod algorithm; +pub mod data; use pbkdf2::pbkdf2_hmac; use sha2::Sha256;