pasta_curves/CHANGELOG.md

29 lines
899 B
Markdown
Raw Normal View History

2021-01-22 15:54:31 -08:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- The crate is now licensed as `MIT OR Apache-2.0`.
2021-09-02 10:37:13 -07:00
## [0.2.0] - 2021-09-02
2021-09-02 10:06:21 -07:00
### Changed
- Migrated to `ff 0.11`, `group 0.11`.
2021-06-04 10:54:09 -07:00
2021-08-06 05:29:03 -07:00
## [0.1.2] - 2021-08-06
2021-09-02 10:06:21 -07:00
### Added
2021-08-06 05:29:03 -07:00
- Implementation of `group::WnafGroup` for Pallas and Vesta, enabling them to be
used with `group::Wnaf` for targeted performance improvements.
2021-06-04 10:54:09 -07:00
## [0.1.1] - 2021-06-04
2021-09-02 10:06:21 -07:00
### Added
- Implementations of `group::cofactor::{CofactorCurve, CofactorCurveAffine}` for
Pallas and Vesta, enabling them to be used in cofactor-aware protocols that
also want to leverage the affine point representation.
2021-06-01 15:40:21 -07:00
## [0.1.0] - 2021-06-01
2021-01-22 15:54:31 -08:00
Initial release!