aboutsummaryrefslogtreecommitdiffstats
path: root/tool/znk.zig
Commit message (Collapse)AuthorAgeFilesLines
* Minor updates for Zig 0.12.0HEAD0.6.0mainLibravatar Rutger Broekhoff2024-04-271-2/+2
|
* Update code for Zig devLibravatar Rutger Broekhoff2023-12-041-2/+2
| | | | This code was tested on zig-dev-bin-1:0.12.0_dev.1773+8a8fd47d2-1 (AUR)
* Fix CILibravatar Rutger Broekhoff2023-12-041-6/+6
| | | | | | I am aware that changing these variables to be constants is not required for the next Zig release, but thought it would be nice to already have it done and clean in general.
* Update for Zig 0.11.0Libravatar Rutger Broekhoff2023-11-011-2/+2
|
* Make compatible with Zig 0.10.0Libravatar Rutger Broekhoff2022-10-311-9/+11
| | | | | | | This does not build on unpatched Zig 0.10.0, as there is still an issue with the revamped Ed25519 implementation in the standard library. I will report an issue which should make this program buildable. There is still some cleanup work to perform.
* Update for Zig devLibravatar Rutger Broekhoff2022-03-171-29/+47
|
* Format tool/znk.zigLibravatar Rutger Broekhoff2021-09-201-1/+1
|
* Make compatible with Zig master0.3.1Libravatar Rutger Broekhoff2021-09-201-5/+5
|
* Remove unused parameters and variables in znkLibravatar Rutger Broekhoff2021-07-021-11/+11
|
* Allow generating seeds with custom entropyLibravatar Rutger Broekhoff2021-05-261-59/+97
|
* Give all tests namesLibravatar Rutger Broekhoff2021-05-251-1/+1
|
* Put the znk tool into a different directoryLibravatar Rutger Broekhoff2021-05-251-0/+507