package bls12-381
Install
Dune Dependency
Authors
Maintainers
Sources
md5=6725d524fac86fcb701ec5f94d2045f2
sha512=3622cdd98179091df3f563e3c5117313f1ad8e95d9f9713b6fe327b0b9ec404ea94499bf44309e377f189dfaf5adefd5b1aff0681bcb250bb08cb761415cafe6
CHANGES.md.html
Unreleased
3.0.1
Bugfix
Fix
Bls12_381.built_with_blst_portable
. Detect usingSys.getenv_opt
was not a working solution. Projects relying on the value must update the library.Fix
GT.check_bytes
, see https://github.com/supranational/blst/issues/108 and https://github.com/dannywillems/ocaml-bls12-381/pull/4
MISC
Replace
GT.one
with the hexadecimal representation of the generator, instead of computing usingPairing.pairing
0.4.0
Changes
Split packages in bls12-381-gen, bls12-381, bls12-381-unix, bls12-381-js, bls12-381-js-gen. bls12-381 is a virtual package and bls12-381-unix/bls12-381-js are the actual implementation for respectively the UNIX and JavaScript versions. bls12-381-gen and bls12-381-js-gen are helpers.
Remove version field in opam files.
Update to ff-sig.0.6.1, ff.0.6.1 and ff-pbt.0.6.1