Releases: randa-mu/bls-solidity
Releases · randa-mu/bls-solidity
v0.3.0 — Use full file paths in solidity imports
v0.2.0 — Added signature schemes
What's Changed
- fix BN254 G2 marshalling by @bbjubjub2494 in #1
- chore: use constants for precompile addresses by @bbjubjub2494 in #3
- Move
signature-schemes
fromonlysubs-solidity
by @bbjubjub2494 in #4
v0.1.0 – Initial Release
This release introduces Solidity libraries for verifying BLS and threshold BLS signatures. It supports the BN254 curve, as well as the BLS12-381 curve provided the EIP-2537 precompiles are available. Point compression is also supported on BLS12-381 G1.