aboutsummaryrefslogtreecommitdiffstats
path: root/gyro.zzz
Commit message (Collapse)AuthorAgeFilesLines
* Remove zigmod, Gyro supportLibravatar Rutger Broekhoff2023-11-011-14/+0
|
* Prepare for 0.4.0 release0.4.0Libravatar Rutger Broekhoff2022-11-021-1/+1
| | | | | | 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.
* Make compatible with Zig master0.3.1Libravatar Rutger Broekhoff2021-09-201-1/+1
|
* Prepare for 0.3.0 release0.3.0Libravatar Rutger Broekhoff2021-07-021-1/+1
| | | | | The API for findKeySection was broken, so a minor (0.) release is in order.
* Prepare for 0.2.1 release0.2.1Libravatar Rutger Broekhoff2021-05-281-1/+1
|
* Move src/lib.zig to src/main.zig, release 0.2.00.2.0Libravatar Rutger Broekhoff2021-05-261-2/+2
| | | | | | 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.
* Prepare for 0.1.1 release0.1.1Libravatar Rutger Broekhoff2021-05-261-1/+1
|
* Prepare for 0.1.0 release0.1.0Libravatar Rutger Broekhoff2021-05-251-0/+14