pasta_curves-source/CHANGELOG.md

16 lines
552 B
Markdown
Raw Normal View History

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]
## 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 22:40:21 +00:00
## [0.1.0] - 2021-06-01
2021-01-22 23:54:31 +00:00
Initial release!