aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/mceies/mceies.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add RAII versions of get_cipher_mode and get_aeadJack Lloyd2018-04-071-6/+2
* More include header cleanupsJack Lloyd2017-09-211-0/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-13/+13
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-2/+3
* 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-291-13/+12
* Fix module combi: adler32,mceSimon Warta2015-07-081-4/+7
* 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-101-1/+1
* Add MCEIES, an integrated encryption system using McEliece and AES-256/OCBlloyd2015-01-081-0/+106