aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/codec/base32
Commit message (Expand)AuthorAgeFilesLines
* Convert base64, base32, and hex encoding to const-time as wellJack Lloyd2020-12-151-14/+24
* Convert base64, base32 and hex decoding to constant timeJack Lloyd2020-12-151-79/+80
* Incrase the alignment of all lookup tablesJack Lloyd2020-12-111-4/+2
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-0/+4
* 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