diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ce35d7..70542b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to Rust's notion of ## [Unreleased] +## [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 diff --git a/Cargo.toml b/Cargo.toml index 18e8d57..cddc4a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pasta_curves" description = "Implementation of the Pallas and Vesta (Pasta) curve cycle" -version = "0.1.1" +version = "0.1.2" authors = [ "Sean Bowe ", "Ying Tong Lai ",