package bls12-381
Install
Dune Dependency
Authors
Maintainers
Sources
md5=8c9a5a7e0383e2526705c618658ceed6
sha512=c8d0e762dbbc17557c27b0a2009fd49c19ecd710b88feb3558d131ab8fd9bbb338bacc2ab6670788c3f3ac6f51c717ca6164e62bd204f661eee183cfda0e2376
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