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 9d01c46 commit 24cfe29Copy full SHA for 24cfe29
src/libstd/sha1.rs
@@ -1,7 +1,7 @@
1
#[doc ="
2
An implementation of the SHA-1 cryptographic hash.
3
4
-First create a `sha1` object using the `mk_sha1` constructor, then
+First create a `sha1` object using the `sha1` constructor, then
5
feed it input using the `input` or `input_str` methods, which may be
6
called any number of times.
7
0 commit comments