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 d603368 commit 08d677fCopy full SHA for 08d677f
sha1/src/lib.rs
@@ -33,12 +33,12 @@
33
//!
34
//! This crate has been transferred to the RustCrypto organization and uses
35
//! implementation previously published as the `sha-1` crate. The previous
36
-//! zero dependencies version is now published as the [`sha1_smoll`] crate.
+//! zero dependencies version is now published as the [`sha1_smol`] crate.
37
38
//! [1]: https://en.wikipedia.org/wiki/SHA-1
39
//! [2]: https://sha-mbles.github.io/
40
//! [3]: https://github.com/RustCrypto/hashes
41
-//! [`sha1_smoll`]: https://github.com/mitsuhiko/sha1-smol/
+//! [`sha1_smol`]: https://github.com/mitsuhiko/sha1-smol/
42
43
#![no_std]
44
#![cfg_attr(docsrs, feature(doc_cfg))]
0 commit comments