Changelog for hsblst-0.0.4
v0.0.4
- Bundled blst version bumped to v0.3.13
v0.0.3
- Minor tweaks for GHC 9.8 compatibility.
- Types
Point
andAffine
now havePointKind
parameter be rolenominal
, as coercing those between point types will break invariants. - Bundled blst version bumped to v0.3.11.
v0.0.2
- Prevent inlining of foreign calls. This fixes a potential efficiency issue, but it shouldn't affect correctness.
v0.0.1
- Initial release