mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-07 20:30:34 +00:00
Release 0.1.2
This commit is contained in:
parent
b786a0c488
commit
1bac885af5
2 changed files with 6 additions and 1 deletions
|
|
@ -7,6 +7,11 @@ and this project adheres to Rust's notion of
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [0.1.1] - 2021-06-04
|
||||||
## Added
|
## Added
|
||||||
- Implementations of `group::cofactor::{CofactorCurve, CofactorCurveAffine}` for
|
- Implementations of `group::cofactor::{CofactorCurve, CofactorCurveAffine}` for
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pasta_curves"
|
name = "pasta_curves"
|
||||||
description = "Implementation of the Pallas and Vesta (Pasta) curve cycle"
|
description = "Implementation of the Pallas and Vesta (Pasta) curve cycle"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
authors = [
|
authors = [
|
||||||
"Sean Bowe <sean@electriccoin.co>",
|
"Sean Bowe <sean@electriccoin.co>",
|
||||||
"Ying Tong Lai <yingtong@electriccoin.co>",
|
"Ying Tong Lai <yingtong@electriccoin.co>",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue