Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Releases: paulmillr/noble-bls12-381

0.13.0

24 Jun 00:13
0.13.0
f8f117c
Compare
Choose a tag to compare

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 to bls.utils.getDSTLabel()
  • Removes exports of secondary function like SSWU maps

0.12.0

22 Jun 12:52
0.12.0
f4e6923
Compare
Choose a tag to compare

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 of bls.DST

0.11.2

29 May 16:49
0.11.2
cc0f3b0
Compare
Choose a tag to compare

Added dist files that can be included without npm

0.11.1

26 Apr 11:40
0.11.1
489aaac
Compare
Choose a tag to compare

0.11.0

26 Apr 11:05
0.11.0
a51cede
Compare
Choose a tag to compare

Massive sign() speed-up

0.10.0

23 Apr 12:20
0.10.0
c36f51e
Compare
Choose a tag to compare

More strict checks for all methods

0.9.0

19 Feb 19:26
0.9.0
6fcbd25
Compare
Choose a tag to compare

0.8.0

21 Jan 22:38
0.8.0
d6247f4
Compare
Choose a tag to compare
  • strings inputs now returns strings outputs in getPublicKey, aggregate* methods
  • Changed verifyBatch signature

0.7.2

15 Jan 15:26
0.7.2
90fc183
Compare
Choose a tag to compare

0.7.1

03 Dec 16:12
0.7.1
806340f
Compare
Choose a tag to compare

Allow using decompressed points in aggregate and verify methods. E.g. PointG2 instead of Uint8Array