| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
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.
|