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