aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/codec
Commit message (Expand)AuthorAgeFilesLines
* Split CLI utils.cpp into more partsJack Lloyd2019-02-281-4/+7
* Fix some MSVC warningsJack Lloyd2018-12-101-1/+1
* Make ASan happyJack Lloyd2018-12-091-1/+1
* Add base58 encoding/decodingJack Lloyd2018-12-093-0/+266
* Simplify base32/base64 by moving common logic to code_base.hJack Lloyd2018-10-152-71/+17
* Remove support for Visual C++ 2013Jack Lloyd2018-10-012-16/+16
* Fix some Doxygen warningsJack Lloyd2018-08-151-2/+2
* Add some final annotationsJack Lloyd2018-08-132-2/+2
* Use codec_base for Base64 encodingWambou2018-08-042-158/+153
* Move codec_base.h to internal header in utilsJack Lloyd2018-05-314-170/+3
* Refactoring Base32 to use the templated algorithmWambou2018-05-312-182/+146
* Define templated base encoding/decodingWambou2018-05-312-0/+167
* Implement Base32Wambou2018-05-313-0/+417
* Address some bool/int conversion warnings from SonarJack Lloyd2017-10-061-1/+4
* Remove redundant parensJack Lloyd2017-10-031-2/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-202-4/+4
* Complete the final annotation changesJack Lloyd2017-09-191-2/+2
* Add API stability annotations.Jack Lloyd2017-09-192-16/+16
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-022-2/+6
* Remove function comments n*4/3 and n*3/4 in base64Evgeny Pokhilko2017-02-062-6/+29
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-184-53/+53
* Missing addsJack Lloyd2015-12-112-2/+2
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-112-4/+4
* Fix round_upSimon Warta2015-07-151-7/+3
* lib/codec: Convert &vec[0] to vec.data()Simon Warta2015-06-274-12/+17
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-056-508/+0
* Clean up base64 handling. Github pull 40 from webmaster128lloyd2015-01-111-11/+10
* Ensure all files have copyright and license info.lloyd2015-01-108-8/+8
* Handle zero length inputs correctly in base64. Github issue 37lloyd2015-01-081-2/+9
* Fix various warnings from VC++ 2014 and add missing includelloyd2014-10-311-2/+2
* Move lib into srclloyd2014-01-1012-0/+1234