All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.6.2 - 2023-12-05
- Rename
G2Pubkey
toG2PubkeyFastnet
and makeG2Pubkey
an alias ofG2PubkeyFastnet
. DeprecateG2Pubkey
. Please use eitherG2PubkeyFastnet
orG2PubkeyRfc
explicitly from now on.
0.6.1 - 2023-07-19
- Make
G2PubkeyRfc
public
0.6.0 - 2023-07-19
- Add
G2PubkeyRfc
to support bls-unchained-g1-rfc9380 networks. (#22)
- Remove free function
verify
. UsePubkey::verify
instead. (#20)
0.5.0 - 2023-03-03
- Refactor codebase to support G1/G2 swap (#19).
- Add tests for unchained mode.
- Migrate from paired to pairing. This increases the code size but reduces the verification cost.