Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 29677f61f2 | |||
| 4e71c56dd4 | |||
| b0796668e5 | |||
| 5e4d4aa706 | |||
| 65aed2c9df | |||
| 463a47ce71 |
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 25 06:30:30 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.7.0:
|
||||
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_static and secp256k1_context_no_precomp
|
||||
to the constant context objects are now const.
|
||||
* Removed previously deprecated function aliases secp256k1_ec_privkey_<operation>
|
||||
in favor of secp256k1_ec_seckey_<operation>.
|
||||
* Starting with this release, building with CMake is no longer
|
||||
considered experimental. Traditional GNU Autotools builds (./configure
|
||||
and make) remain fully supported.
|
||||
* For a more detailed list of changes, see the CHANGELOG.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 27 08:09:41 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.6.0:
|
||||
* Add a musig module
|
||||
* Add a significantly more robust method to clear secrets from the stack
|
||||
* Remove the unused secp256k1_scratch_space functions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 2 06:29:16 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libsecp256k1
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define soname 2
|
||||
%define soname 6
|
||||
Name: libsecp256k1
|
||||
Version: 0.5.1
|
||||
Version: 0.7.0
|
||||
Release: 0
|
||||
Summary: Optimized C library for EC operations on curve secp256k1
|
||||
License: MIT
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:081f4730becba2715a6b0fd198fedd9e649a6caaa6a7d6d3cf0f9fa7483f2cf1
|
||||
size 1962518
|
||||
3
v0.7.0.tar.gz
Normal file
3
v0.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:073d19064f3600014750d6949b31a0c957aa7b98920fb4aaa495be07e8e7cd00
|
||||
size 2143012
|
||||
Reference in New Issue
Block a user