mirror of
https://github.com/telemt/telemt.git
synced 2026-07-03 00:01:10 +03:00
Rustfmt
This commit is contained in:
+1
-3
@@ -7,7 +7,5 @@ pub mod random;
|
||||
pub use aes::{AesCbc, AesCtr};
|
||||
#[allow(unused_imports)]
|
||||
pub use hash::build_middleproxy_prekey;
|
||||
pub use hash::{
|
||||
crc32, crc32c, derive_middleproxy_keys, sha256, sha256_hmac,
|
||||
};
|
||||
pub use hash::{crc32, crc32c, derive_middleproxy_keys, sha256, sha256_hmac};
|
||||
pub use random::SecureRandom;
|
||||
|
||||
Reference in New Issue
Block a user