Latest Release
- Repository: bitcoin-core/secp256k1
- Published on: 2025-07-21 18:53:12 UTC
- Version Tag: v0.7.0
- By: real-or-random
- On GitHub: bitcoin-core/secp256k1/releases
This release is primarily a maintenance release. Besides many minor internal fixes and improvements, a handful of changes affect the public API and thus break API and ABI compatibility. The most notable changes are: - The pointers
secp256k1_context_staticandsecp256k1_context_no_precompto the constant context objects are nowconst. - Removed previously deprecated function aliasessecp256k1_ec_privkey_<operation>in favor ofsecp256k1_ec_seckey_<operation>. - Starting with this release, building with CMake is no longer considered experimental. Traditional GNU Autotools builds (./configureandmake) remain fully supported.For a more detailed list of changes, see the CHANGELOG.md.
Data updated on: 2025-10-27 10:11 UTC