From 355bbdf38a2f932daadd02325a0d90d902cb2af4 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Fri, 30 Dec 2022 15:31:39 -0500 Subject: [PATCH] Add changelog entry for signed-digit ecmult_const algorithm --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ca94a20075e..e1ccc5bb2b823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +#### Changed + - The point multiplication algorithm used for ECDH operations (module `ecdh`) was replaced with a slightly faster one. + ## [0.4.0] - 2023-09-04 #### Added