Skip to content

Commit 0b18851

Browse files
committed
tweak sha1
1 parent 45241ee commit 0b18851

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sha1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Pure Rust implementation of the [SHA-1] cryptographic hash algorithm.
1111

12-
## 🚨 Warning: Cryptographically Broken! 🚨
12+
## Warning: Cryptographically Broken!
1313

1414
The SHA-1 hash function should be considered cryptographically broken and
1515
unsuitable for further use in any security critical capacity, as it is

sha1/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub use digest::{self, Digest};
1111

1212
/// Block-level types
1313
pub mod block_api;
14-
pub(crate) mod compress;
14+
mod compress;
1515

1616
digest::buffer_fixed!(
1717
/// SHA-1 hasher.

0 commit comments

Comments
 (0)