diff options
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/hashlib.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index b737d22..d644974 100644 --- a/Doc/library/hashlib.rst +++ b/Doc/library/hashlib.rst @@ -87,6 +87,8 @@ library that Python uses on your platform. On most platforms the that the hashing algorithm is not used in a security context, e.g. as a non-cryptographic one-way compression function. + Hashlib now uses SHA3 and SHAKE from OpenSSL 1.1.1 and newer. + For example, to obtain the digest of the byte string ``b'Nobody inspects the spammish repetition'``:: |