From 7921d1eb46fb4c48f934a5d3fe75438e58d3145f 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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ac9b7e5a..e83cea2587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +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 implementation of the point multiplication algorithm used for signing and public key generation was changed, resulting in improved 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.1] - 2023-12-21 #### Changed