| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
With the updated Zig Ed25519 API, the API of this package has also
changed a bit. The package needed to be updated for Zig 0.10.0 in the
first place, and builds with Zig master (ebf9ffd) now.
|
| |
|
|
|
|
|
| |
The API for findKeySection was broken, so a minor (0.) release is in
order.
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|