Skip to content

Releases: randa-mu/bls-solidity

v0.3.0 — Use full file paths in solidity imports

07 Sep 13:42
9e10df9
Compare
Choose a tag to compare
use full file paths to prevent hardhat compilation errors in projects…

v0.2.0 — Added signature schemes

07 Sep 12:38
50db7b5
Compare
Choose a tag to compare

What's Changed

v0.1.0 – Initial Release

29 Aug 10:03
Compare
Choose a tag to compare

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.