aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/codec/base64
Commit message (Expand)AuthorAgeFilesLines
* Simplify base32/base64 by moving common logic to code_base.hJack Lloyd2018-10-151-35/+8
* Remove support for Visual C++ 2013Jack Lloyd2018-10-011-8/+8
* Fix some Doxygen warningsJack Lloyd2018-08-151-2/+2
* Add some final annotationsJack Lloyd2018-08-131-1/+1
* Use codec_base for Base64 encodingWambou2018-08-042-158/+153
* Remove redundant parensJack Lloyd2017-10-031-2/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Complete the final annotation changesJack Lloyd2017-09-191-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-7/+7
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* 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-182-24/+24
* Missing addsJack Lloyd2015-12-111-1/+1
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-2/+2
* Fix round_upSimon Warta2015-07-151-7/+3
* lib/codec: Convert &vec[0] to vec.data()Simon Warta2015-06-272-5/+10
* Clean up base64 handling. Github pull 40 from webmaster128lloyd2015-01-111-11/+10
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* 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-103-0/+373