mirror of
https://github.com/status-im/secp256k1.git
synced 2025-02-23 19:28:19 +00:00
745 B
745 B
Changelog
This file is currently only a template for future use.
Each change falls into one of the following categories: Added, Changed, Deprecated, Removed, Fixed or Security.
[Unreleased]
Changed
- Enable modules schnorrsig, extrakeys and ECDH by default in ./configure
Deprecated
- Deprecated context flags
SECP256K1_CONTEXT_VERIFY
andSECP256K1_CONTEXT_SIGN
. UseSECP256K1_CONTEXT_NONE
instead. - Renamed
secp256k1_context_no_precomp
tosecp256k1_context_static
.
Added
- Added
secp256k1_selftest
, to be used in conjunction withsecp256k1_context_static
.