mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
pasta_curves 0.3.0
This commit is contained in:
parent
61fac8a5af
commit
6b2090ff2c
2 changed files with 3 additions and 1 deletions
|
|
@ -6,6 +6,8 @@ and this project adheres to Rust's notion of
|
|||
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.3.0] - 2022-01-03
|
||||
### Added
|
||||
- Support for `no-std` builds, via two new (default-enabled) feature flags:
|
||||
- `alloc` enables the `pasta_curves::arithmetic::{CurveAffine, CurveExt}`
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "pasta_curves"
|
||||
description = "Implementation of the Pallas and Vesta (Pasta) curve cycle"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
authors = [
|
||||
"Sean Bowe <sean@electriccoin.co>",
|
||||
"Ying Tong Lai <yingtong@electriccoin.co>",
|
||||
|
|
|
|||
Loading…
Reference in a new issue