Commit Graph

4 Commits

Author SHA1 Message Date
0450bc3215 remove all Makefiles 2021-03-24 21:02:50 +00:00
Thom Wiggers
3671aff2f8 Remove CFLAGS from keccak4x makefile (closes #321) 2021-03-24 21:02:46 +00:00
Thom Wiggers
296177e079 Don't use -march=native for keccak
CircleCI has AVX512 support and the compiler will generate instructions that Valgrind doesn't handle.
2021-03-24 21:02:45 +00:00
Thom Wiggers
f4bd312180 Adds AVX2 variants of Kyber512, Kyber768, Kyber1024 (#225)
* Integrate Kyber-AVX2 into PQClean

* Fix types and formatting in Kyber

* Workaround a valgrind crash

* Remove comment in shuffle.s

* Remove some extraneous truncations

* fixup! Fix types and formatting in Kyber
2019-09-10 11:45:01 +02:00