pqc/test
Sebastian 33232a0343
HQC submission (#202)
* Sebastian's HQC merge request

* Clean up changes to common infrastructure

* Fix Bitmask macro

It assumed that ``unsigned long`` was 64 bit

* Remove maxlen from nistseedexpander

It's a complicated thing to handle because the value is larger than size_t supports on 32-bit platforms

* Initialize buffers to help linter

* Add Nistseedexpander test

* Resolve UB in gf2x.c

Some of the shifts could be larger than WORD_SIZE_BITS, ie. larger than
the width of uint64_t. This apparently on Intel gets interpreted as the
shift mod 64, but on ARM something else happened.

* Fix Windows complaints

* rename log, exp which appear to be existing functions on MS

* Solve endianness problems

* remove all spaces before ';'

* Fix duplicate consistency

* Fix duplicate consistency

* Fix complaints by MSVC about narrowing int

* Add nistseedexpander.obj to COMMON_OBJECTS_NOPATH

* astyle format util.[ch]

* add util.h to makefile

* Sort includes in util.h

* Fix more Windows MSVC complaints

Co-authored-by: Sebastian Verschoor <sebastian@zeroknowledge.me>
Co-authored-by: Thom Wiggers <thom@thomwiggers.nl>
2020-04-01 13:57:21 +08:00
..
common HQC submission (#202) 2020-04-01 13:57:21 +08:00
crypto_kem Move keys to heap for KEMs as well 2020-02-11 12:23:06 +01:00
crypto_sign Move keys in crypto_sign/functest.c to the heap 2020-02-05 12:38:08 +01:00
duplicate_consistency HQC submission (#202) 2020-04-01 13:57:21 +08:00
pycparser@1166ea1178 Support unaligned vectors in pycparser 2019-12-09 09:57:55 +01:00
test_common HQC submission (#202) 2020-04-01 13:57:21 +08:00
helpers.py Fix detecting of to-be-tested changes on Windows 2020-02-19 11:53:14 -05:00
Makefile HQC submission (#202) 2020-04-01 13:57:21 +08:00
Makefile.Microsoft_nmake HQC submission (#202) 2020-04-01 13:57:21 +08:00
pqclean.py Classic McEliece (#259) 2020-02-05 13:09:56 +01: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) 2020-02-05 13:09:56 +01: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 Make sure tests respond to undefined behaviour 2020-03-09 17:54:33 -04: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) 2019-12-12 11:36:34 +01: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) 2019-12-12 14:29:29 +01: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 2019-12-11 16:04:59 +01:00
test_testvectors.py Add support for specifying architecture and feature limits (#224) 2019-09-06 12:01:44 +02:00
test_valgrind.py Enable leak check in Valgrind 2020-03-03 10:15:56 -05:00