2021-01-22 23:54:31 +00: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]
|
2021-09-02 17:06:21 +00:00
|
|
|
### Changed
|
|
|
|
|
- Migrated to `ff 0.11`, `group 0.11`.
|
2021-06-04 17:54:09 +00:00
|
|
|
|
2021-08-06 12:29:03 +00:00
|
|
|
## [0.1.2] - 2021-08-06
|
2021-09-02 17:06:21 +00:00
|
|
|
### Added
|
2021-08-06 12:29:03 +00:00
|
|
|
- Implementation of `group::WnafGroup` for Pallas and Vesta, enabling them to be
|
|
|
|
|
used with `group::Wnaf` for targeted performance improvements.
|
|
|
|
|
|
2021-06-04 17:54:09 +00:00
|
|
|
## [0.1.1] - 2021-06-04
|
2021-09-02 17:06:21 +00:00
|
|
|
### Added
|
2021-06-03 23:44:26 +00:00
|
|
|
- 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 22:40:21 +00:00
|
|
|
|
|
|
|
|
## [0.1.0] - 2021-06-01
|
2021-01-22 23:54:31 +00:00
|
|
|
Initial release!
|