aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/mce
Commit message (Expand)AuthorAgeFilesLines
* Add Private_Key::public_keyJack Lloyd2020-11-282-0/+9
* Rule of 5Jack Lloyd2020-11-112-0/+10
* Make polyn_gf2m.h internalJack Lloyd2020-11-118-13/+7
* Update annotations on now-internal headersJack Lloyd2020-11-081-3/+1
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-067-7/+7
* MSVC doesn't accept std::vector with incomplete types in C++11Jack Lloyd2020-11-052-2/+3
* Remove some implementation headers from public McEliece includesJack Lloyd2020-11-056-11/+28
* Fix a Coverity issueJack Lloyd2020-01-031-1/+1
* Fix MSVC warnings in McElieceJack Lloyd2019-12-0612-192/+171
* MoarJack Lloyd2019-09-061-1/+1
* Deprecate many publically available headersJack Lloyd2019-09-062-1/+6
* Fix some MSVC and LGTM warningsJack Lloyd2019-06-295-100/+108
* Fix various MSVC warningsJack Lloyd2019-06-296-27/+26
* Remove tab charactersJack Lloyd2019-04-101-17/+17
* Fix init ordering warningJack Lloyd2019-01-181-1/+1
* Fix some warnings from PVS-StudioJack Lloyd2019-01-172-1/+2
* Some cleanups in McEliece keygenJack Lloyd2019-01-031-15/+17
* Add VC 2019 preview buildJack Lloyd2019-01-021-0/+1
* Silence MSVC warningsJack Lloyd2018-12-041-1/+1
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-2/+2
* Fix bad assert in Goppa decodingJack Lloyd2018-07-241-3/+4
* Make use of AlgorithmIdentifier::USE_EMPTY_PARAMJack Lloyd2018-07-101-1/+1
* DER improvementsJack Lloyd2018-05-221-3/+4
* Additional final annotationsJack Lloyd2017-10-151-1/+1
* Use explicit :: or std:: to refer to functions in namespacesJack Lloyd2017-10-011-1/+1
* Avoid -size_tJack Lloyd2017-09-301-1/+1
* Use class instead of struct for objects with member functionsJack Lloyd2017-09-302-2/+2
* More header cleanupsJack Lloyd2017-09-231-0/+1
* Apply final annotations to the library alsoJack Lloyd2017-09-222-3/+3
* More include header cleanupsJack Lloyd2017-09-212-2/+0
* Avoid using double underscore in variable namesJack Lloyd2017-09-203-11/+10
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-205-10/+10
* Add API stability annotations.Jack Lloyd2017-09-192-4/+4
* Avoid g_ prefix on local variableJack Lloyd2017-09-031-3/+3
* More MSVC warnings fixesJack Lloyd2017-08-311-1/+1
* Fix various MSVC warningsJack Lloyd2017-08-311-1/+1
* Avoid `throw new Exception`Jack Lloyd2017-08-291-1/+1
* Content:Tomasz Frydrych2017-04-035-26/+14
* 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-1812-244/+244
* Another rename in the service of filename uniquenessJack Lloyd2016-12-081-0/+0
* Add Private_Key::private_key_info()René Korthaus2016-12-052-2/+2
* Add Public_Key::subject_public_key()René Korthaus2016-12-052-2/+2
* Expose pk_ops.h as public interface againJack Lloyd2016-12-041-1/+1
* Avoid having source files start with /**Jack Lloyd2016-11-2512-13/+13
* Pubkey cleanupsJack Lloyd2016-11-122-11/+6
* Remove Key_Type typedefsJack Lloyd2016-11-081-2/+0
* Reorganize anon namespace code to fix last doxygen warn [ci skip]René Korthaus2016-10-201-8/+8
* Fix doxygen warnings [ci skip]René Korthaus2016-10-191-2/+2
* Make pk_ops.h internalJack Lloyd2016-10-081-1/+1