aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/mceies
Commit message (Expand)AuthorAgeFilesLines
* Another missing includeJack Lloyd2017-09-211-0/+1
* More include header cleanupsJack Lloyd2017-09-212-1/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-2/+2
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-19/+19
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-2/+3
* Add KDF1 as explicit dependency in MCEIESJack Lloyd2016-02-151-0/+1
* V816 It is more efficient to catch exception by reference rather than by valu...Daniel Neus2016-02-081-1/+1
* Add generalized KEM interfaceJack Lloyd2015-12-261-7/+6
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-4/+4
* Update and consolidate the test framework.Jack Lloyd2015-11-111-0/+4
* McEliece cleanupsJack Lloyd2015-09-292-18/+19
* Fix module combi: adler32,mceSimon Warta2015-07-082-4/+9
* More changes for use with debug STLSimon Warta2015-06-301-3/+3
* lib/pubkey: Convert &vec[0] to vec.data()Simon Warta2015-06-231-4/+4
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Add MCEIES, an integrated encryption system using McEliece and AES-256/OCBlloyd2015-01-083-0/+154