1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 23:48:58 +00:00
pqcrypto/test
Thom Wiggers ac2c20045c Classic McEliece (#259)
* Add McEliece reference implementations

* Add Vec implementations of McEliece

* Add sse implementations

* Add AVX2 implementations

* Get rid of stuff not supported by Mac ABI

* restrict to two cores

* Ditch .data files

* Remove .hidden from all .S files

* speed up duplicate consistency tests by batching

* make cpuinfo more robust

* Hope to stabilize macos cpuinfo without ccache

* Revert "Hope to stabilize macos cpuinfo without ccache"

This reverts commit 6129c3cabe1abbc8b956bc87e902a698e32bf322.

* Just hardcode what's available at travis

* Fixed-size types in api.h

* namespace all header files in mceliece

* Ditch operations.h

* Get rid of static inline functions

* fixup! Ditch operations.h
2021-03-24 21:02:45 +00:00
..
common Move test support files into tests directory (#200) 2019-07-26 10:26:14 +02:00
crypto_kem Move keys to heap for KEMs as well 2021-03-24 21:02:45 +00:00
crypto_sign Move keys in crypto_sign/functest.c to the heap 2021-03-24 21:02:45 +00:00
duplicate_consistency Classic McEliece (#259) 2021-03-24 21:02:45 +00:00
pycparser@1166ea1178 Support unaligned vectors in pycparser 2021-03-24 21:02:45 +00:00
test_common add test for incremental sha512 2019-09-10 11:27:23 +02:00
helpers.py Classic McEliece (#259) 2021-03-24 21:02:45 +00:00
Makefile Add support for specifying architecture and feature limits (#224) 2019-09-06 12:01:44 +02:00
Makefile.Microsoft_nmake Enable optimizers on Windows (#244) 2019-10-21 14:23:59 +02:00
pqclean.py Classic McEliece (#259) 2021-03-24 21:02:45 +00:00
pytest.ini Fix display of test results summary on CircleCI (#219) 2019-08-07 10:03:17 +02:00
test_api_h.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_char.py Adds AVX2 variants of Kyber512, Kyber768, Kyber1024 (#225) 2019-09-10 11:45:01 +02:00
test_common.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_compile_lib.py Add support for specifying architecture and feature limits (#224) 2019-09-06 12:01:44 +02:00
test_duplicate_consistency.py Classic McEliece (#259) 2021-03-24 21:02:45 +00:00
test_dynamic_memory.py Add support for specifying architecture and feature limits (#224) 2019-09-06 12:01:44 +02:00
test_format.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_functest.py Add support for specifying architecture and feature limits (#224) 2019-09-06 12:01:44 +02:00
test_license.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_linter.py Add support for specifying architecture and feature limits (#224) 2019-09-06 12:01:44 +02:00
test_makefile_dependencies.py Adds AVX2 variants of Kyber512, Kyber768, Kyber1024 (#225) 2019-09-10 11:45:01 +02:00
test_makefiles_present.py Add support for specifying architecture and feature limits (#224) 2019-09-06 12:01:44 +02:00
test_metadata_sizes.py Fix isolation in test_metadata_sizes (#258) 2021-03-24 21:02:45 +00:00
test_metadata.py Add support for specifying architecture and feature limits (#224) 2019-09-06 12:01:44 +02:00
test_nistkat.py SPHINCS+ optimized implementations (#253) 2021-03-24 21:02:45 +00:00
test_no_symlinks.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_preprocessor.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_symbol_namespace.py MacOS ABI versions of Keccak 2021-03-24 21:02:45 +00:00
test_testvectors.py Add support for specifying architecture and feature limits (#224) 2019-09-06 12:01:44 +02:00
test_valgrind.py fixup! Add Dilithium's AVX2 implementations 2021-03-24 21:02:45 +00:00