summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2016-09-08 08:33:43 (GMT)
committerGregory P. Smith <greg@krypto.org>2016-09-08 08:33:43 (GMT)
commitd9fc792fda26d5fcd94329465e66628ae19a081a (patch)
treedecbc87d9bad7e6bc2958dc294d7ab97ad61b8de /Doc
parent8b1b81f03681610c5b3f5afc80b616085acbd7e5 (diff)
downloadcpython-d9fc792fda26d5fcd94329465e66628ae19a081a.zip
cpython-d9fc792fda26d5fcd94329465e66628ae19a081a.tar.gz
cpython-d9fc792fda26d5fcd94329465e66628ae19a081a.tar.bz2
Remove the subjective security and performance claims, fix hyperlinks
to use https and add a link to RFC-7693.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/hashlib-blake2.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/Doc/library/hashlib-blake2.rst b/Doc/library/hashlib-blake2.rst
index aca24b4..eb5e441 100644
--- a/Doc/library/hashlib-blake2.rst
+++ b/Doc/library/hashlib-blake2.rst
@@ -10,8 +10,8 @@
.. index::
single: blake2b, blake2s
-BLAKE2_ is a cryptographic hash function, which offers highest security while
-being as fast as MD5 or SHA-1, and comes in two flavors:
+BLAKE2_ is a cryptographic hash function defined in RFC-7693_ that comes in two
+flavors:
* **BLAKE2b**, optimized for 64-bit platforms and produces digests of any size
between 1 and 64 bytes,
@@ -434,10 +434,11 @@ Domain Dedication 1.0 Universal:
.. seealso:: Official BLAKE2 website: https://blake2.net
+.. _RFC-7693: https://tools.ietf.org/html/rfc7693
.. _BLAKE2: https://blake2.net
-.. _HMAC: http://en.wikipedia.org/wiki/Hash-based_message_authentication_code
+.. _HMAC: https://en.wikipedia.org/wiki/Hash-based_message_authentication_code
.. _BLAKE: https://131002.net/blake/
-.. _SHA-3: http://en.wikipedia.org/wiki/NIST_hash_function_competition
-.. _ChaCha: http://cr.yp.to/chacha.html
+.. _SHA-3: https://en.wikipedia.org/wiki/NIST_hash_function_competition
+.. _ChaCha: https://cr.yp.to/chacha.html
.. _pyblake2: https://pythonhosted.org/pyblake2/