Thanks to visit codestin.com Credit goes to github.com
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 4a6cf6c commit 6e94a30Copy full SHA for 6e94a30
1 file changed
Doc/library/hashlib.rst
@@ -23,12 +23,14 @@ algorithm (defined in Internet :rfc:`1321`). The terms "secure hash" and
23
digests. The modern term is secure hash.
24
25
.. note::
26
- If you want the adler32 or crc32 hash functions they are available in
+
27
+ If you want the adler32 or crc32 hash functions, they are available in
28
the :mod:`zlib` module.
29
30
.. warning::
31
- Some algorithms have known hash collision weaknesses, see the FAQ at the end.
32
+ Some algorithms have known hash collision weaknesses, refer to the "See
33
+ also" section at the end.
34
35
There is one constructor method named for each type of :dfn:`hash`. All return
36
a hash object with the same simple interface. For example: use :func:`sha1` to
0 commit comments