Skip to content

v0.3.0

Compare
Choose a tag to compare
@jtraglia jtraglia released this 19 Jun 07:21
· 212 commits to main since this release

Overview

Most notably, this release switches to big-endian and fixes findings from the audit.

What's Changed

  • Make BLS field elements big-endian by @jtraglia in #305
  • [Go] Make UnmarshalText funcs safer by @jtraglia in #306
  • Make from_hex() safer in rust bindings by @jtraglia in #307
  • Sanity check that trusted setup was loaded in Lagrange form by @asn-d6 in #309
  • chore: Publish to npm version 2.1.0 for big endian release by @g11tech in #310
  • test(node-bindings): add argument count unit tests by @matthewkeil in #311
  • Add java test for loading trusted setup not in Lagrange form by @StefanBratanov in #316

Full Changelog: v0.2.0...v0.3.0