aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clean up•••`NKey` has been replaced with `Nkey` in all Zig source files, even though this capitalization is technically incorrect. The standard library also uses 'strict' camel/PascalCase everywhere, meaning that abbreviations like CRC, AES and GUID are spelled like Crc, Aes and Guid respectively. `var` has been replaced with `const` where applicable. Also, the `Key` type has been moved from src/nkeys.zig to src/znk.zig for now - it's still a little bit lacking and might not need to be included in the library. Rutger Broekhoff2021-05-223-145/+151
* Add some more tests for Base32 encoder and decoderRutger Broekhoff2021-05-221-5/+15
* Document the Base32 decoderRutger Broekhoff2021-05-221-43/+67
* Rewrite Base32 decoderRutger Broekhoff2021-05-222-58/+87
* Add comments to the Base32 encoder codeRutger Broekhoff2021-05-221-13/+53
* Make Base32 encoder more like the standard libraryRutger Broekhoff2021-05-222-25/+33
* Make Base32 encoder an iteratorRutger Broekhoff2021-05-222-36/+72
* Add building instructions to README.mdRutger Broekhoff2021-05-211-0/+11
* Add CI status badge to README.mdRutger Broekhoff2021-05-211-0/+1
* Partially test parseDecoratedJwtRutger Broekhoff2021-05-211-0/+4
* Make creds file parsing workRutger Broekhoff2021-05-212-3/+25
* Actually fix GitHub Actions config this timeRutger Broekhoff2021-05-211-1/+1
* Fix typo in GitHub Actions configRutger Broekhoff2021-05-211-1/+1
* Add GitHub Actions configRutger Broekhoff2021-05-211-0/+23
* Fix up build.zigRutger Broekhoff2021-05-211-7/+7
* Update README.mdRutger Broekhoff2021-05-211-1/+1
* Initial commitRutger Broekhoff2021-05-218-0/+1418