diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2014-01-03 14:05:06 +0100 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2014-01-03 14:05:06 +0100 |
commit | 24e43308b7e40c09717c1ab99014710fa5a01735 (patch) | |
tree | b2a1198fbbb3e38ff6232785d474d6a0354a2648 /Doc/license.rst | |
parent | unicode_char() uses get_latin1_char() to get latin1 singleton characters (diff) | |
download | cpython-24e43308b7e40c09717c1ab99014710fa5a01735.tar.gz cpython-24e43308b7e40c09717c1ab99014710fa5a01735.tar.bz2 cpython-24e43308b7e40c09717c1ab99014710fa5a01735.zip |
* Issue #16113: Remove sha3 module again.
Patch by Christian Heimes, with modifications.
Diffstat (limited to 'Doc/license.rst')
-rw-r--r-- | Doc/license.rst | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Doc/license.rst b/Doc/license.rst index 29d42830990..08e5464769d 100644 --- a/Doc/license.rst +++ b/Doc/license.rst @@ -590,25 +590,6 @@ The :mod:`select` and contains the following notice for the kqueue interface:: SUCH DAMAGE. -SHA-3 ------ - -The module :mod:`_sha3` and :mod:`hashlib` are using the reference -implementation of Keccak. The files at :file:`Modules/_sha3/keccak/` contain -the following note:: - - The Keccak sponge function, designed by Guido Bertoni, Joan Daemen, - Michaël Peeters and Gilles Van Assche. For more information, feedback or - questions, please refer to our website: http://keccak.noekeon.org/ - - Implementation by the designers, - hereby denoted as "the implementer". - - To the extent possible under law, the implementer has waived all copyright - and related or neighboring rights to the source code in this file. - http://creativecommons.org/publicdomain/zero/1.0/ - - SipHash24 --------- |