aboutsummaryrefslogtreecommitdiff
path: root/onion_base32.c
Commit message (Expand)AuthorAge
* Move comments to headers where applicableDavid Phillips2019-03-11
* Add more function docs to onion_base32.cDavid Phillips2017-07-03
* Remove ssse3 algorithm, tighten decoderDavid Phillips2017-05-28
* Add naive base32 decoder in preparation for new algoDavid Phillips2017-05-28
* Merge branch 'ssse3-default'David Phillips2017-05-23
|\
| * Make SSSE3 algorithm the defaultDavid Phillips2017-05-23
* | Fix bug in check_base32 when first character was invalidDavid Phillips2017-05-23
|/
* More avx->ssse3David Phillips2017-05-21
* AVX->SSSE3David Phillips2017-05-21
* Add experimental AVX base32 algo, modularise base32 outDavid Phillips2017-05-14