mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-05 20:10:32 +00:00
17 lines
577 B
Markdown
17 lines
577 B
Markdown
# 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]
|
|
|
|
## [0.1.1] - 2021-06-04
|
|
## 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.
|
|
|
|
## [0.1.0] - 2021-06-01
|
|
Initial release!
|