aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_mceliece.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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