From 45b316d26b64e8dc729b3463911a919cf31c6f4c Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Thu, 6 Jun 2019 15:39:59 -0700 Subject: [PATCH] Update version to 1.2.1 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc7a3abcc..443a83ced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ Entries are listed in reverse chronological order. +## 1.2.1 + +* Fix a bug in bucket index calculations in the Pippenger multiscalar algorithm + for very large input sizes. +* Add a more extensive randomized multiscalar multiplication consistency check + to the test suite to prevent regressions. +* Ensure that that multiscalar and NAF computations work correctly on extremal + `Scalar` values constructed via `from_bits`. + ## 1.2.0 * New multiscalar multiplication algorithm with better performance for diff --git a/Cargo.toml b/Cargo.toml index b2026d317..518a76e98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "1.2.0" +version = "1.2.1" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md"