File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 10
10
.. index ::
11
11
single: blake2b, blake2s
12
12
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:
15
15
16
16
* **BLAKE2b **, optimized for 64-bit platforms and produces digests of any size
17
17
between 1 and 64 bytes,
@@ -434,10 +434,11 @@ Domain Dedication 1.0 Universal:
434
434
435
435
.. seealso :: Official BLAKE2 website: https://blake2.net
436
436
437
+ .. _RFC-7693 : https://tools.ietf.org/html/rfc7693
437
438
.. _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
439
440
.. _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
442
443
.. _pyblake2 : https://pythonhosted.org/pyblake2/
443
444
You can’t perform that action at this time.
0 commit comments