aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/mce/gf2m_small_m.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-1/+1
* Fix MSVC warnings in McElieceJack Lloyd2019-12-061-25/+6
* Fix various MSVC warningsJack Lloyd2019-06-291-4/+3
* Remove tab charactersJack Lloyd2019-04-101-17/+17
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-2/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-5/+5
* Missing addsJack Lloyd2015-12-111-1/+1
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-2/+2
* McEliece cleanupsJack Lloyd2015-09-291-52/+63
* Add missing headers fixing GCC 4.7 buildlloyd2015-06-171-0/+1
* Remove static castslloyd2015-02-061-4/+4
* Ensure all files have copyright and license info.lloyd2015-01-101-8/+9
* Add an implementation of McEliece encryption based on HyMESfstrenzke2014-11-261-0/+133