From d43a16f8b25f3cbe07c0bc140e6fc262e852fec4 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 2 Mar 2023 16:47:32 +0000 Subject: [PATCH] `pasta_curves 0.5.1` --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45f349a..c2943ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 4d743c6..93091a5 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.5.0" +version = "0.5.1" authors = [ "Sean Bowe ", "Ying Tong Lai ",