Skip to main content

anti_sec/
lib.rs

1pub mod sec_hash;
2
3pub use sec_hash::{hash_bytes, hash_directory, hash_file, hash_reader, HashAlgorithm};