aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Write a few more tests, rename a few functionsLibravatar Rutger Broekhoff2021-05-252-36/+234
* Rename things once againLibravatar Rutger Broekhoff2021-05-242-28/+34
* Support private keys in znkLibravatar Rutger Broekhoff2021-05-241-27/+27
* Add PrivateKey, use Ed25519.KeyPair in SeedKeyPairLibravatar Rutger Broekhoff2021-05-242-135/+160
* Validate output of parseDecorated* in testLibravatar Rutger Broekhoff2021-05-241-7/+23
* Remove some unnecessary codeLibravatar Rutger Broekhoff2021-05-242-17/+6
* Remove unnecessary call to @setEvalBranchQuotaLibravatar Rutger Broekhoff2021-05-241-2/+0
* Clean up moreLibravatar Rutger Broekhoff2021-05-243-107/+88
* 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