Add changelog entry for signed-digit ecmult_const algorithm

This commit is contained in:
Pieter Wuille 2022-12-30 15:31:39 -05:00
parent 21f49d9bec
commit 355bbdf38a

View File

@ -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