Rename some files (#952)

* renamed some files

* clippy

* update tests
This commit is contained in:
Darren Schroeder
2022-02-05 11:35:02 -06:00
committed by GitHub
parent 3eba90232a
commit 2dd32c2b88
35 changed files with 63 additions and 62 deletions

View File

@ -1,10 +1,10 @@
mod base64;
mod command;
mod generic_digest;
mod hash_;
mod md5;
mod sha256;
pub use self::base64::Base64;
pub use self::command::Hash;
pub use self::hash_::Hash;
pub use self::md5::HashMd5;
pub use self::sha256::HashSha256;