aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/codec/base32
Commit message (Expand)AuthorAgeFilesLines
* Simplify base32/base64 by moving common logic to code_base.hJack Lloyd2018-10-151-36/+9
* Remove support for Visual C++ 2013Jack Lloyd2018-10-011-8/+8
* Add some final annotationsJack Lloyd2018-08-131-1/+1
* Move codec_base.h to internal header in utilsJack Lloyd2018-05-312-3/+3
* Refactoring Base32 to use the templated algorithmWambou2018-05-312-182/+146
* Implement Base32Wambou2018-05-313-0/+417