Skip to content

Commit d9fc792

Browse files
committed
Remove the subjective security and performance claims, fix hyperlinks
to use https and add a link to RFC-7693.
1 parent 8b1b81f commit d9fc792

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Doc/library/hashlib-blake2.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
.. index::
1111
single: blake2b, blake2s
1212

13-
BLAKE2_ is a cryptographic hash function, which offers highest security while
14-
being as fast as MD5 or SHA-1, and comes in two flavors:
13+
BLAKE2_ is a cryptographic hash function defined in RFC-7693_ that comes in two
14+
flavors:
1515

1616
* **BLAKE2b**, optimized for 64-bit platforms and produces digests of any size
1717
between 1 and 64 bytes,
@@ -434,10 +434,11 @@ Domain Dedication 1.0 Universal:
434434

435435
.. seealso:: Official BLAKE2 website: https://blake2.net
436436

437+
.. _RFC-7693: https://tools.ietf.org/html/rfc7693
437438
.. _BLAKE2: https://blake2.net
438-
.. _HMAC: http://en.wikipedia.org/wiki/Hash-based_message_authentication_code
439+
.. _HMAC: https://en.wikipedia.org/wiki/Hash-based_message_authentication_code
439440
.. _BLAKE: https://131002.net/blake/
440-
.. _SHA-3: http://en.wikipedia.org/wiki/NIST_hash_function_competition
441-
.. _ChaCha: http://cr.yp.to/chacha.html
441+
.. _SHA-3: https://en.wikipedia.org/wiki/NIST_hash_function_competition
442+
.. _ChaCha: https://cr.yp.to/chacha.html
442443
.. _pyblake2: https://pythonhosted.org/pyblake2/
443444

0 commit comments

Comments
 (0)