Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix CI | Rutger Broekhoff | 2023-12-04 | 1 | -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.0 | Rutger Broekhoff | 2023-11-01 | 1 | -2/+2 |
| | |||||
* | Make compatible with Zig 0.10.0 | Rutger Broekhoff | 2022-10-31 | 1 | -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 dev | Rutger Broekhoff | 2022-03-17 | 1 | -29/+47 |
| | |||||
* | Format tool/znk.zig | Rutger Broekhoff | 2021-09-20 | 1 | -1/+1 |
| | |||||
* | Make compatible with Zig master0.3.1 | Rutger Broekhoff | 2021-09-20 | 1 | -5/+5 |
| | |||||
* | Remove unused parameters and variables in znk | Rutger Broekhoff | 2021-07-02 | 1 | -11/+11 |
| | |||||
* | Allow generating seeds with custom entropy | Rutger Broekhoff | 2021-05-26 | 1 | -59/+97 |
| | |||||
* | Give all tests names | Rutger Broekhoff | 2021-05-25 | 1 | -1/+1 |
| | |||||
* | Put the znk tool into a different directory | Rutger Broekhoff | 2021-05-25 | 1 | -0/+507 |