1.0.0
Tschuss Status Quo - Hallo, Zukunft!
This commit is contained in:
9
src/crypto/mod.rs
Normal file
9
src/crypto/mod.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
//! Crypto
|
||||
|
||||
pub mod aes;
|
||||
pub mod hash;
|
||||
pub mod random;
|
||||
|
||||
pub use aes::{AesCtr, AesCbc};
|
||||
pub use hash::{sha256, sha256_hmac, sha1, md5, crc32};
|
||||
pub use random::{SecureRandom, SECURE_RANDOM};
|
||||
Reference in New Issue
Block a user