Releases: jsign/go-filsigner
Releases · jsign/go-filsigner
v0.4.1
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
What's Changed
- update ci workflows by @jsign in #9
- Remove lotus dependency and update current dependencies by @xinaxu in #8
New Contributors
Full Changelog: v0.3.2...v0.4.0
v0.3.1
Support public key generation from the private key for BLS.
v0.3.0
Adds support for signature verification for secp and bls.
v0.2.0
New features:
- Supports generating a public key for Secp256k1.
v0.1
- Support secp256k1 signing.
- Support BLS signing.