Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename tagged union fields in znk | Rutger Broekhoff | 2021-05-25 | 2 | -18/+30 |
* | Write a few more tests | Rutger Broekhoff | 2021-05-25 | 2 | -54/+90 |
* | Write a few more tests, rename a few functions | Rutger Broekhoff | 2021-05-25 | 2 | -36/+234 |
* | Rename things once again | Rutger Broekhoff | 2021-05-24 | 2 | -28/+34 |
* | Support private keys in znk | Rutger Broekhoff | 2021-05-24 | 1 | -27/+27 |
* | Add PrivateKey, use Ed25519.KeyPair in SeedKeyPair | Rutger Broekhoff | 2021-05-24 | 2 | -135/+160 |
* | Validate output of parseDecorated* in test | Rutger Broekhoff | 2021-05-24 | 1 | -7/+23 |
* | Remove some unnecessary code | Rutger Broekhoff | 2021-05-24 | 2 | -17/+6 |
* | Remove unnecessary call to @setEvalBranchQuota | Rutger Broekhoff | 2021-05-24 | 1 | -2/+0 |
* | Clean up more | Rutger Broekhoff | 2021-05-24 | 3 | -107/+88 |
* | 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 | 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 |
* | Partially test parseDecoratedJwt | Rutger Broekhoff | 2021-05-21 | 1 | -0/+4 |
* | Make creds file parsing work | Rutger Broekhoff | 2021-05-21 | 1 | -3/+11 |
* | Initial commit | Rutger Broekhoff | 2021-05-21 | 4 | -0/+1157 |