| Commit message (Expand) | Author | Age | Files | Lines |
* | Run zig fmt |  Rutger Broekhoff | 2021-05-22 | 1 | -1/+1 |
* | Generate CRC-16 table at compile time |  Rutger Broekhoff | 2021-05-22 | 1 | -38/+22 |
* | Simplify znk main |  Rutger Broekhoff | 2021-05-22 | 1 | -19/+4 |
* | 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 Broekhoff | 2021-05-22 | 3 | -145/+151 |
* | Add some more tests for Base32 encoder and decoder |  Rutger Broekhoff | 2021-05-22 | 1 | -5/+15 |
* | Document the Base32 decoder |  Rutger Broekhoff | 2021-05-22 | 1 | -43/+67 |
* | Rewrite Base32 decoder |  Rutger Broekhoff | 2021-05-22 | 2 | -58/+87 |
* | Add comments to the Base32 encoder code |  Rutger Broekhoff | 2021-05-22 | 1 | -13/+53 |
* | Make Base32 encoder more like the standard library |  Rutger Broekhoff | 2021-05-22 | 2 | -25/+33 |
* | Make Base32 encoder an iterator |  Rutger Broekhoff | 2021-05-22 | 2 | -36/+72 |
* | Add building instructions to README.md |  Rutger Broekhoff | 2021-05-21 | 1 | -0/+11 |
* | Add CI status badge to README.md |  Rutger Broekhoff | 2021-05-21 | 1 | -0/+1 |
* | Partially test parseDecoratedJwt |  Rutger Broekhoff | 2021-05-21 | 1 | -0/+4 |
* | Make creds file parsing work |  Rutger Broekhoff | 2021-05-21 | 2 | -3/+25 |
* | Actually fix GitHub Actions config this time |  Rutger Broekhoff | 2021-05-21 | 1 | -1/+1 |
* | Fix typo in GitHub Actions config |  Rutger Broekhoff | 2021-05-21 | 1 | -1/+1 |
* | Add GitHub Actions config |  Rutger Broekhoff | 2021-05-21 | 1 | -0/+23 |
* | Fix up build.zig |  Rutger Broekhoff | 2021-05-21 | 1 | -7/+7 |
* | Update README.md |  Rutger Broekhoff | 2021-05-21 | 1 | -1/+1 |
* | Initial commit |  Rutger Broekhoff | 2021-05-21 | 8 | -0/+1418 |