Skip to content

Commit 2dc133a

Browse files
committed
Add more changelog entries
1 parent ac233e1 commit 2dc133a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
## [0.2.0] - 2022-12-12
1111

1212
### Added
13+
- Added usage examples for common use cases in a new `examples/` directory.
1314
- Added `secp256k1_selftest`, to be used in conjunction with `secp256k1_context_static`.
15+
- Added support for 128-bit wide multiplication on MSVC for x86_64 and arm64, giving roughly a 20% speedup on those platforms.
1416

1517
### Changed
1618
- Enabled modules schnorrsig, extrakeys and ECDH by default in `./configure`.
19+
- The `secp256k1_nonce_function_rfc6979` nonce function, used by default by `secp256k1_ecdsa_sign`, now reduces the message hash modulo the group order to match the specification. This only affects improper use of ECDSA signing API.
1720

1821
### Deprecated
1922
- Deprecated context flags `SECP256K1_CONTEXT_VERIFY` and `SECP256K1_CONTEXT_SIGN`. Use `SECP256K1_CONTEXT_NONE` instead.
2023
- Renamed `secp256k1_context_no_precomp` to `secp256k1_context_static`.
24+
- Renamed `secp256k1_schnorrsig_sign` to `secp256k1_schnorrsig_sign32`.
2125

2226
### ABI Compatibility
2327

0 commit comments

Comments
 (0)