mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
They already implement CofactorGroup (trivially, with the prime-order subgroup being Self); this just enables Pallas and Vesta to be used in cofactor-aware protocols that also want to leverage the affine point representation.
552 B
552 B
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Rust's notion of Semantic Versioning.
[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.
[0.1.0] - 2021-06-01
Initial release!