aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/mce/polyn_gf2m.h
Commit message (Expand)AuthorAgeFilesLines
* Add VC 2019 preview buildJack Lloyd2019-01-021-0/+1
* Use class instead of struct for objects with member functionsJack Lloyd2017-09-301-1/+1
* More include header cleanupsJack Lloyd2017-09-211-1/+0
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Content:Tomasz Frydrych2017-04-031-7/+6
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-11/+11
* Avoid having source files start with /**Jack Lloyd2016-11-251-1/+1
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Mass-prefix member vars with m_René Korthaus2016-01-081-0/+5
* Fix McEliece key gen endian dependency.Jack Lloyd2015-10-271-0/+1
* McEliece cleanupsJack Lloyd2015-09-291-10/+16
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Add an implementation of McEliece encryption based on HyMESfstrenzke2014-11-261-0/+161