Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
d9fc792f
Commit
d9fc792f
authored
Sep 08, 2016
by
Gregory P. Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the subjective security and performance claims, fix hyperlinks
to use https and add a link to RFC-7693.
parent
8b1b81f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
Doc/library/hashlib-blake2.rst
Doc/library/hashlib-blake2.rst
+6
-5
No files found.
Doc/library/hashlib-blake2.rst
View file @
d9fc792f
...
...
@@ -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: http
s
://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: http
s
://en.wikipedia.org/wiki/NIST_hash_function_competition
.. _ChaCha: http
s
://cr.yp.to/chacha.html
.. _pyblake2: https://pythonhosted.org/pyblake2/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment