From b046857d68b3ac59de8eebce2efb989e8085e174 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Wed, 28 Dec 2022 16:50:07 -0500 Subject: [PATCH] Add changelog entry for SDMC --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1ccc5bb2b..c0cd868b09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +#### Added + - A new configure option `--ecmult-gen-kb` selects the size of the compile-time table used for signing and public key generation. + #### Changed - The point multiplication algorithm used for ECDH operations (module `ecdh`) was replaced with a slightly faster one. + - The implementation of the point multiplication algorithm used for signing and public key generation was changed, resulting in better performance for those operations. + +#### Removed + - The configure option `--ecmult-gen-precision` was removed as it was specific to an algorithm that is no longer in use. ## [0.4.0] - 2023-09-04