pasta_curves-source/CHANGELOG.md
Jack Grigg aeda766c34 Remove FieldExt::ROOT_OF_UNITY
We can use the `ff::PrimeField::root_of_unity` method everywhere we
currently use this associated constant. If there is a more general
need for accessing this as an associated constant, we should consider
that for `ff::PrimeField`.
2021-09-23 14:44:10 +01:00

1 KiB

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]

Removed

  • pasta_curves::arithmetic:
    • FieldExt::ROOT_OF_UNITY (use ff::PrimeField::root_of_unity instead).

[0.2.1] - 2021-09-17

Changed

  • The crate is now licensed as MIT OR Apache-2.0.

[0.2.0] - 2021-09-02

Changed

  • Migrated to ff 0.11, group 0.11.

[0.1.2] - 2021-08-06

Added

  • Implementation of group::WnafGroup for Pallas and Vesta, enabling them to be used with group::Wnaf for targeted performance improvements.

[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!