cpython/Modules/_blake2
Lars Viklund 388cd85e51 Remove nested comments in blake2 (#4173)
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.
2017-11-01 12:23:09 +00:00
..
clinic
impl Remove nested comments in blake2 (#4173) 2017-11-01 12:23:09 +00:00
blake2b2s.py
blake2b_impl.c fixes bpo-31834: Use optimized code for BLAKE2 only with SSSE3+ (#4066) 2017-10-23 23:54:19 -07:00
blake2module.c
blake2ns.h
blake2s_impl.c fixes bpo-31834: Use optimized code for BLAKE2 only with SSSE3+ (#4066) 2017-10-23 23:54:19 -07:00