Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update for Zig 0.11.0 | 2023-11-01 | 1 | -6/+6 | |
* | Make compatible with Zig dev•••This library can be compiled again, now that ziglang/zig#13378 has been closed by ziglang/zig#13386. | 2022-11-01 | 1 | -7/+7 | |
* | Make compatible with Zig 0.10.0•••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. | 2022-10-31 | 1 | -41/+44 | |
* | Make compatible with Zig master0.3.1 | 2021-09-20 | 1 | -4/+4 | |
* | Remove unused parameters and variables | 2021-07-02 | 1 | -6/+4 | |
* | Use `.{ ... }` for struct init where possible | 2021-05-28 | 1 | -7/+7 | |
* | Move src/lib.zig to src/main.zig, release 0.2.0•••Rationale: `zig init-lib` generates src/main.zig, not src/lib.zig. Also, libraries like hzzp (https://github.com/truemedian/hzzp) use src/main.zig instead of src/lib.zig. This is a breaking change. 0.2.0 | 2021-05-26 | 1 | -0/+729 |