Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert base64, base32, and hex encoding to const-time as well | Jack Lloyd | 2020-12-15 | 1 | -14/+24 |
* | Convert base64, base32 and hex decoding to constant time | Jack Lloyd | 2020-12-15 | 1 | -79/+80 |
* | Incrase the alignment of all lookup tables | Jack Lloyd | 2020-12-11 | 1 | -4/+2 |
* | Remove deprecated headers, make more headers internal | Jack Lloyd | 2020-11-06 | 1 | -0/+4 |
* | 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 |