diff options
author | Rutger Broekhoff | 2021-05-22 21:19:53 +0200 |
---|---|---|
committer | Rutger Broekhoff | 2021-05-22 21:19:53 +0200 |
commit | 07ac8dc00e7676d7845a881970c259679b0c5d23 (patch) | |
tree | b2ea799f35eab953d083472ea435ca101e7f321f /.gitignore | |
parent | 4716921ce42b5153b5c60edf3638e1592f72f743 (diff) | |
download | zig-nkeys-07ac8dc00e7676d7845a881970c259679b0c5d23.tar.gz zig-nkeys-07ac8dc00e7676d7845a881970c259679b0c5d23.zip |
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.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions