diff options
Diffstat (limited to 'Doc/whatsnew/3.4.rst')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 4f408cc..4a097d2 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -655,7 +655,7 @@ New :func:`hashlib.pbkdf2_hmac` function. .. _whatsnew-sha3: -New :ref:`hash algorithms <hash-algorithms>` ``sah3_224()``, ``sha3_256()``, +New :ref:`hash algorithms <hash-algorithms>` ``sha3_224()``, ``sha3_256()``, ``sha3_384()``, and ``sha3_512()``. (Contributed by Christian Heimes in :issue:`16113`.) |