We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45241ee commit 0b18851Copy full SHA for 0b18851
sha1/README.md
@@ -9,7 +9,7 @@
9
10
Pure Rust implementation of the [SHA-1] cryptographic hash algorithm.
11
12
-## 🚨 Warning: Cryptographically Broken! 🚨
+## Warning: Cryptographically Broken!
13
14
The SHA-1 hash function should be considered cryptographically broken and
15
unsuitable for further use in any security critical capacity, as it is
sha1/src/lib.rs
@@ -11,7 +11,7 @@ pub use digest::{self, Digest};
/// Block-level types
pub mod block_api;
-pub(crate) mod compress;
+mod compress;
16
digest::buffer_fixed!(
17
/// SHA-1 hasher.
0 commit comments