This repository has been archived by the owner on Oct 12, 2024. It is now read-only.
Releases: paulmillr/noble-bls12-381
Releases · paulmillr/noble-bls12-381
0.13.0
Preparing for v1.0:
- Rename all Fq* fields to Fp to match their foreign-language counterparts
- Improve node.js introspection of points and fields
- Changes accessing
bls.DST_LABEL
tobls.utils.getDSTLabel()
- Removes exports of secondary function like SSWU maps
0.12.0
Improves security and UX.
- All points are now checked whether they reside in prime-order subgroup. Reported by @guidovranken
- Frobenius coefficients have been removed from static properties of Fq, Fq2 etc. This allows friendlier pretty-printing to console.log
- Added
utils.setDSTLabel()
instead ofbls.DST