1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 15:39:07 +00:00
pqcrypto/test
Thom Wiggers f3e38dbfb2
Merge pull request #62 from PQClean/functestunalign
Un-align input byte arrays to catch assumptions about data alignment
2019-02-28 15:57:06 +01:00
..
crypto_kem un-align pointers. Resolves #24 2019-02-28 09:15:09 +01:00
crypto_sign Merge pull request #62 from PQClean/functestunalign 2019-02-28 15:57:06 +01:00
helpers.py Add test to check that every .c / .h file triggers a library rebuild 2019-02-25 23:28:37 -05:00
Makefile Don't always Make clean 2019-02-27 11:29:39 +01:00
Makefile.Microsoft_nmake Set windows warnings to W4 2019-02-27 16:00:06 +01:00
pqclean.py Include name of implementation in namespace 2019-02-27 09:18:38 +01:00
test_compile_lib.py Allow to easily run individual test modules and add instructions to README (#39) 2019-02-18 08:48:13 -05:00
test_dynamic_memory.py Detect use of dynamic memory allocation functions 2019-02-27 13:59:00 +01:00
test_functest.py Allow to easily run individual test modules and add instructions to README (#39) 2019-02-18 08:48:13 -05:00
test_license.py Allow to easily run individual test modules and add instructions to README (#39) 2019-02-18 08:48:13 -05:00
test_makefile_dependencies.py Add sanity check to not just see if the scheme always rebuilds 2019-02-27 15:29:20 +01:00
test_metadata.py Allow to easily run individual test modules and add instructions to README (#39) 2019-02-18 08:48:13 -05:00
test_no_symlinks.py Test for symbolic links 2019-02-18 16:49:44 +01:00
test_symbol_namespace.py Stupid typo 2019-02-28 13:42:04 +01:00
test_testvectors.py Migrate test vector checks to pythonic testing framework 2019-02-18 10:07:01 -05:00