aboutsummaryrefslogtreecommitdiffstats
path: root/src/base32.zig
Commit message (Expand)AuthorAgeFilesLines
* Remove some unnecessary codeLibravatar Rutger Broekhoff2021-05-241-15/+5
* Clean upLibravatar Rutger Broekhoff2021-05-221-8/+6
* Add some more tests for Base32 encoder and decoderLibravatar Rutger Broekhoff2021-05-221-5/+15
* Document the Base32 decoderLibravatar Rutger Broekhoff2021-05-221-43/+67
* Rewrite Base32 decoderLibravatar Rutger Broekhoff2021-05-221-47/+82
* Add comments to the Base32 encoder codeLibravatar Rutger Broekhoff2021-05-221-13/+53
* Make Base32 encoder more like the standard libraryLibravatar Rutger Broekhoff2021-05-221-16/+24
* Make Base32 encoder an iteratorLibravatar Rutger Broekhoff2021-05-221-34/+71
* Initial commitLibravatar Rutger Broekhoff2021-05-211-0/+120