aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_mceliece.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy readability-convert-member-functions-to-staticJack Lloyd2022-02-111-4/+4
* Fix clang-tidy readability-named-parameterJack Lloyd2022-02-061-1/+1
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-1/+1
* Remove MCEIESJack Lloyd2020-11-051-54/+0
* Tag all tests with a categoryJack Lloyd2020-10-281-2/+2
* Remove redundant call to start_timerJack Lloyd2019-02-131-2/+0
* Fix bogus macro check that disabled a testJack Lloyd2019-01-031-1/+1
* Make the tests VarMap an actual type instead of a hashmap typedef.Jack Lloyd2018-05-291-8/+8
* Further build/test fixes for restricted configurationsJack Lloyd2017-09-241-1/+8
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-2/+2
* More include header cleanupsJack Lloyd2017-09-211-1/+0
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-24/+32
* Add test option --run-long-testsJack Lloyd2016-12-241-8/+28
* Minor refactoring of Text_Based_TestJack Lloyd2016-12-191-5/+4
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-21/+21
* Add Private_Key::private_key_info()René Korthaus2016-12-051-3/+3
* Add Public_Key::subject_public_key()René Korthaus2016-12-051-3/+3
* Don't force HMAC_DRBG to be enabledJack Lloyd2016-11-181-17/+23
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-4/+4
* RNG changes (GH #593)Jack Lloyd2016-08-241-1/+1
* Add Stateful_RNGJack Lloyd2016-07-171-1/+1
* Switch to HMAC_DRBG for all RNG generation.Jack Lloyd2016-07-171-3/+2
* Tweak for readability in McEliece testsJack Lloyd2016-06-071-15/+10
* Avoid test failures in KEM when KDF is not found.Jack Lloyd2016-01-171-8/+15
* Merge pull request #378 from neusdan/warning_fixesJack Lloyd2015-12-261-1/+1
|\
| * some trivial compiler/PVS-Studio warning fixesDaniel Neus2015-12-221-1/+1
* | Add generalized KEM interfaceJack Lloyd2015-12-261-14/+18
|/
* Add --data-dir option to test commandJack Lloyd2015-12-201-1/+1
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-2/+2
* Update and consolidate the test framework.Jack Lloyd2015-11-111-175/+176
* Fix bcrypt testJack Lloyd2015-10-031-1/+1
* Merge pull request #286 from randombit/mce-cleanupJack Lloyd2015-09-301-82/+9
|\
| * McEliece cleanupsJack Lloyd2015-09-291-82/+9
* | Remove dead codeDaniel Seither2015-09-251-1/+0
|/
* Fix module combi: adler32,mceSimon Warta2015-07-081-13/+17
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-0/+8
* tests: Convert &vec[0] to vec.data()Simon Warta2015-06-301-9/+9
* Replace \n by std::endl in tests to ensure proper flushingSimon Warta2015-06-191-4/+4
* Ensure all files have copyright and license info.lloyd2015-01-101-0/+8
* Add MCEIES, an integrated encryption system using McEliece and AES-256/OCBlloyd2015-01-081-47/+109
* All tests now share an RNG. Uses system RNG if availablelloyd2014-12-281-2/+2
* Remove the Overbeck conversion at Dr. Strenzke's request.lloyd2014-12-061-99/+25
* Add KEM scheme for McEliecefstrenzke2014-12-061-21/+68
* Add an implementation of McEliece encryption based on HyMESfstrenzke2014-11-261-0/+266