All notable changes to blstrs_plus will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated core cryptography trait dependencies to their latest compatible patch releases.
- Bumped
criterionto0.8.2. - Used
elliptic-curve-toolsfor faster small- and medium-sized sums of products withalloc. - Added
elliptic-curve,ff, andgroup0.14compatibility while preserving the0.13traits required bypairing. - Added arkworks compatibility behind the
arkfeature. - Implemented
IsHighfor the field and scalar types.
- Match bls12_381_plus methods
- Update dependencies
- Match bls12_381_plus methods
- Fixed issue with 32-bit builds
- Initial release