Skip to content

Commit f773744

Browse files
committed
Add changelog entry for signed-digit ecmult_const algorithm
1 parent 9d30980 commit f773744

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
#### Changed
1818
- When consuming libsecp256k1 as a static library on Windows, the user must now define the `SECP256K1_STATIC` macro before including `secp256k1.h`.
19+
- The point multiplication algorithm used for ECDH operations (module `ecdh`) was replaced with a slightly faster one.
1920

2021
## [0.3.2] - 2023-05-13
2122
We strongly recommend updating to 0.3.2 if you use or plan to use GCC >=13 to compile libsecp256k1. When in doubt, check the GCC version using `gcc -v`.

0 commit comments

Comments
 (0)