Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify base32/base64 by moving common logic to code_base.h | Jack Lloyd | 2018-10-15 | 1 | -36/+9 |
* | Remove support for Visual C++ 2013 | Jack Lloyd | 2018-10-01 | 1 | -8/+8 |
* | Add some final annotations | Jack Lloyd | 2018-08-13 | 1 | -1/+1 |
* | Move codec_base.h to internal header in utils | Jack Lloyd | 2018-05-31 | 2 | -3/+3 |
* | Refactoring Base32 to use the templated algorithm | Wambou | 2018-05-31 | 2 | -182/+146 |
* | Implement Base32 | Wambou | 2018-05-31 | 3 | -0/+417 |