aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Run zig fmtLibravatar Rutger Broekhoff2021-05-221-1/+1
* Generate CRC-16 table at compile timeLibravatar Rutger Broekhoff2021-05-221-38/+22
* Simplify znk mainLibravatar Rutger Broekhoff2021-05-221-19/+4
* Clean upLibravatar Rutger Broekhoff2021-05-223-145/+151
* 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-222-58/+87
* Add comments to the Base32 encoder codeLibravatar Rutger Broekhoff2021-05-221-13/+53
* Make Base32 encoder more like the standard libraryLibravatar Rutger Broekhoff2021-05-222-25/+33
* Make Base32 encoder an iteratorLibravatar Rutger Broekhoff2021-05-222-36/+72
* Partially test parseDecoratedJwtLibravatar Rutger Broekhoff2021-05-211-0/+4
* Make creds file parsing workLibravatar Rutger Broekhoff2021-05-211-3/+11
* Initial commitLibravatar Rutger Broekhoff2021-05-214-0/+1157