Merge pull request #69 from zcash/release-0.5.1

`pasta_curves 0.5.1`
This commit is contained in:
str4d 2023-03-02 17:07:23 +00:00 committed by GitHub
commit 7e3fc6a491
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -6,9 +6,11 @@ and this project adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.5.1] - 2023-03-02
### Fixed
- Fix a bug on 32-bit platforms that could cause the square root implementation
to return an incorrect result.
- The `sqrt-table` feature now works without `std` and only requires `alloc`.
## [0.5.0] - 2022-12-06
### Added

View File

@ -1,7 +1,7 @@
[package]
name = "pasta_curves"
description = "Implementation of the Pallas and Vesta (Pasta) curve cycle"
version = "0.5.0"
version = "0.5.1"
authors = [
"Sean Bowe <sean@electriccoin.co>",
"Ying Tong Lai <yingtong@electriccoin.co>",