Set the mods public

This commit is contained in:
Rodolphe Bréard 2024-10-27 19:24:41 +01:00
parent 546dc75d02
commit e125fc0d28

View file

@ -1,5 +1,5 @@
mod algorithm;
mod data;
pub mod algorithm;
pub mod data;
use pbkdf2::pbkdf2_hmac;
use sha2::Sha256;