contexts: Deprecate all context flags except SECP256K1_CONTEXT_NONE

This commit is contained in:
Tim Ruffing
2022-07-06 10:39:14 +02:00
parent 1a553ee8be
commit 316ac7625a
3 changed files with 21 additions and 10 deletions

View File

@@ -9,6 +9,9 @@ Each change falls into one of the following categories: Added, Changed, Deprecat
### Changed
- Enable modules schnorrsig, extrakeys and ECDH by default in ./configure
### Deprecated
- Deprecated context flags `SECP256K1_CONTEXT_VERIFY` and `SECP256K1_CONTEXT_SIGN`. Use `SECP256K1_CONTEXT_NONE` instead.
## [MAJOR.MINOR.PATCH] - YYYY-MM-DD
### Added/Changed/Deprecated/Removed/Fixed/Security