mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-22 23:48:58 +00:00
ac2c20045c
* 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 |
||
---|---|---|
.. | ||
common | ||
crypto_kem | ||
crypto_sign | ||
duplicate_consistency | ||
pycparser@1166ea1178 | ||
test_common | ||
helpers.py | ||
Makefile | ||
Makefile.Microsoft_nmake | ||
pqclean.py | ||
pytest.ini | ||
test_api_h.py | ||
test_char.py | ||
test_common.py | ||
test_compile_lib.py | ||
test_duplicate_consistency.py | ||
test_dynamic_memory.py | ||
test_format.py | ||
test_functest.py | ||
test_license.py | ||
test_linter.py | ||
test_makefile_dependencies.py | ||
test_makefiles_present.py | ||
test_metadata_sizes.py | ||
test_metadata.py | ||
test_nistkat.py | ||
test_no_symlinks.py | ||
test_preprocessor.py | ||
test_symbol_namespace.py | ||
test_testvectors.py | ||
test_valgrind.py |