Skip to content

Releases: jsign/go-filsigner

v0.4.1

14 Mar 12:25
Compare
Choose a tag to compare

What's Changed

  • Add negative tests for BLS malleability and zero point vulnerability by @xinaxu in #10

Full Changelog: v0.4.0...v0.4.1

v0.4.0

03 Mar 17:46
Compare
Choose a tag to compare

What's Changed

  • update ci workflows by @jsign in #9
  • Remove lotus dependency and update current dependencies by @xinaxu in #8

New Contributors

  • @xinaxu made their first contribution in #8

Full Changelog: v0.3.2...v0.4.0

v0.3.2

26 Oct 21:04
ee654e2
Compare
Choose a tag to compare
update lotus v1.13.0

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>

v0.3.1

08 Sep 14:24
Compare
Choose a tag to compare

Support public key generation from the private key for BLS.

v0.3.0

07 Sep 15:09
Compare
Choose a tag to compare

Adds support for signature verification for secp and bls.

v0.2.0

31 May 18:21
Compare
Choose a tag to compare

New features:

  • Supports generating a public key for Secp256k1.

v0.1

15 May 22:33
Compare
Choose a tag to compare
  • Support secp256k1 signing.
  • Support BLS signing.