Skip to content

Commit

Permalink
Add changelog entry for signed-digit ecmult_const algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
sipa committed Aug 24, 2023
1 parent 9d30980 commit f773744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [0.3.2] - 2023-05-13
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`.
Expand Down

0 comments on commit f773744

Please sign in to comment.