aboutsummaryrefslogtreecommitdiffstats
path: root/src/base32.zig
Commit message (Expand)AuthorAgeFilesLines
* Document the Base32 decoderRutger Broekhoff2021-05-221-43/+67
* Rewrite Base32 decoderRutger Broekhoff2021-05-221-47/+82
* Add comments to the Base32 encoder codeRutger Broekhoff2021-05-221-13/+53
* Make Base32 encoder more like the standard libraryRutger Broekhoff2021-05-221-16/+24
* Make Base32 encoder an iteratorRutger Broekhoff2021-05-221-34/+71
* Initial commitRutger Broekhoff2021-05-211-0/+120