| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This code was tested on zig-dev-bin-1:0.12.0_dev.1773+8a8fd47d2-1 (AUR)
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
This library can be compiled again, now that ziglang/zig#13378 has been
closed by ziglang/zig#13386.
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
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.
|