[issue26798] add BLAKE2 to hashlib

Christian Heimes report at bugs.python.org
Thu Jun 2 14:47:21 EDT 2016


Christian Heimes added the comment:

New patch:

- I moved the test vectors out of the repos. They are currently hosted on github. I'll move them to pythontest infra later.

- I dropped special case for systems w/o uint64. Python 3.6+ requires 64 bit int types to compile.

----------
Added file: http://bugs.python.org/file43106/BLAKE2-hash-algorithm-for-CPython-3.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26798>
_______________________________________


More information about the Python-bugs-list mailing list