Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare for 0.1.0 release0.1.0 | Rutger Broekhoff | 2021-05-25 | 1 | -722/+0 |
| | |||||
* | Give all tests names | Rutger Broekhoff | 2021-05-25 | 1 | -2/+2 |
| | |||||
* | Update formatting slightly | Rutger Broekhoff | 2021-05-25 | 1 | -27/+6 |
| | |||||
* | Clean up a few small-ish things | Rutger Broekhoff | 2021-05-25 | 1 | -12/+10 |
| | |||||
* | Clean up janky prefix byte API | Rutger Broekhoff | 2021-05-25 | 1 | -113/+116 |
| | |||||
* | Reorder src/nkeys.zig | Rutger Broekhoff | 2021-05-25 | 1 | -47/+47 |
| | |||||
* | Rename tagged union fields in znk | Rutger Broekhoff | 2021-05-25 | 1 | -2/+14 |
| | |||||
* | Write a few more tests | Rutger Broekhoff | 2021-05-25 | 1 | -52/+88 |
| | |||||
* | Write a few more tests, rename a few functions | Rutger Broekhoff | 2021-05-25 | 1 | -32/+230 |
| | |||||
* | Rename things once again | Rutger Broekhoff | 2021-05-24 | 1 | -24/+30 |
| | |||||
* | Add PrivateKey, use Ed25519.KeyPair in SeedKeyPair | Rutger Broekhoff | 2021-05-24 | 1 | -123/+148 |
| | |||||
* | Validate output of parseDecorated* in test | Rutger Broekhoff | 2021-05-24 | 1 | -7/+23 |
| | |||||
* | Remove some unnecessary code | Rutger Broekhoff | 2021-05-24 | 1 | -2/+1 |
| | |||||
* | Remove unnecessary call to @setEvalBranchQuota | Rutger Broekhoff | 2021-05-24 | 1 | -2/+0 |
| | |||||
* | Clean up more | Rutger Broekhoff | 2021-05-24 | 1 | -97/+75 |
| | | | | | Clean up unnecessary error unions, generate allowed characters table for credentials file sections at compile time. | ||||
* | Clean up | Rutger Broekhoff | 2021-05-22 | 1 | -119/+70 |
| | | | | | | | | | | | | | | `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. | ||||
* | Rewrite Base32 decoder | Rutger Broekhoff | 2021-05-22 | 1 | -11/+5 |
| | |||||
* | Make Base32 encoder more like the standard library | Rutger Broekhoff | 2021-05-22 | 1 | -9/+9 |
| | |||||
* | Make Base32 encoder an iterator | Rutger Broekhoff | 2021-05-22 | 1 | -2/+1 |
| | |||||
* | 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 | 1 | -0/+518 |