| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename things once again | Rutger Broekhoff | 2021-05-24 | 1 | -4/+4 | 
| | | |||||
| * | 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 | 1 | -12/+12 | 
| | | |||||
| * | Clean up more | Rutger Broekhoff | 2021-05-24 | 1 | -8/+11 | 
| | | | | | | Clean up unnecessary error unions, generate allowed characters table for credentials file sections at compile time. | ||||
| * | Run zig fmt | Rutger Broekhoff | 2021-05-22 | 1 | -1/+1 | 
| | | |||||
| * | Simplify znk main | Rutger Broekhoff | 2021-05-22 | 1 | -19/+4 | 
| | | |||||
| * | Clean up | Rutger Broekhoff | 2021-05-22 | 1 | -18/+75 | 
| | | | | | | | | | | | | | | | `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. | ||||
| * | Initial commit | Rutger Broekhoff | 2021-05-21 | 1 | -0/+462 |