summaryrefslogtreecommitdiffstats
path: root/Modules/_blake2/impl/blake2s-load-xop.h
Commit message (Collapse)AuthorAgeFilesLines
* bpo-33164: update blake2 implementation (GH-6286)David Carlier2019-05-231-17/+13
|
* Remove nested comments in blake2 (#4173)Lars Viklund2017-11-011-2/+4
| | | | | | | | | | | Replace occurence of nested comments in blake2 reference implementation with preprocessor directive for disabling unused code. `blake2s-load-xop.h` is conditionally pulled in only on chips with XOP support, among others the AMD Bulldozer. The malformed comments in the source file breaks the build of `hashlib`'s `_blake2` on GCC 6.3.0. Official reference code on github uses `#if` so this change should be uncontroversial.
* Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.Christian Heimes2016-09-061-0/+191