Skip to content

Commit dd21e2c

Browse files
committed
Add changelog entry for signed-digit ecmult_const algorithm
1 parent 42473f0 commit dd21e2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
#### Changed
1111
- Forbade cloning or destroying `secp256k1_context_static`. Create a new context instead of cloning the static context. (If this change breaks your code, your code is probably wrong.)
1212
- Forbade randomizing (copies of) `secp256k1_context_static`. Randomizing a copy of `secp256k1_context_static` did not have any effect and did not provide defense-in-depth protection against side-channel attacks. Create a new context if you want to benefit from randomization.
13+
- The point multiplication algorithm used for ECDH operations (module `ecdh`) was replaced with a slightly faster one.
1314

1415
## [0.2.0] - 2022-12-12
1516

0 commit comments

Comments
 (0)