Skip to content

Latest commit

 

History

History
61 lines (35 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

61 lines (35 loc) · 1.75 KB

Changelog

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

Changed

  • Rename G2Pubkey to G2PubkeyFastnet and make G2Pubkey an alias of G2PubkeyFastnet. Deprecate G2Pubkey. Please use either G2PubkeyFastnet or G2PubkeyRfc explicitly from now on.

0.6.1 - 2023-07-19

Added

  • Make G2PubkeyRfc public

0.6.0 - 2023-07-19

Added

Changed

  • Remove free function verify. Use Pubkey::verify instead. (#20)

0.5.0 - 2023-03-03

Changed

  • Refactor codebase to support G1/G2 swap (#19).

Added

Changed

  • Migrate from paired to pairing. This increases the code size but reduces the verification cost.