From 08d8572807872f2b9737f8a118b16c320a04b077 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sun, 31 Mar 2024 13:46:32 -0500 Subject: [PATCH] secp256k1: Prepare v4.3.0. This updates the secp256k1 copyright year in the files modified since the previous release and serves as a base for dcrec/secp256k1/v4.3.0. As compared to v4.2.0, this release includes the following modifications: - Provides new exported methods for obtaining the R and S components of ECDSA signatures - Adds support for TinyGo and other memory constrained environments via the use of the tinygo build tag - Includes some additional quality assurance tests --- dcrec/secp256k1/bench_test.go | 2 +- dcrec/secp256k1/curve.go | 2 +- dcrec/secp256k1/curve_test.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dcrec/secp256k1/bench_test.go b/dcrec/secp256k1/bench_test.go index 813d5070e4..e48b282952 100644 --- a/dcrec/secp256k1/bench_test.go +++ b/dcrec/secp256k1/bench_test.go @@ -1,5 +1,5 @@ +// Copyright (c) 2015-2024 The Decred developers // Copyright 2013-2016 The btcsuite developers -// Copyright (c) 2015-2022 The Decred developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/dcrec/secp256k1/curve.go b/dcrec/secp256k1/curve.go index 105f8935ec..4100500736 100644 --- a/dcrec/secp256k1/curve.go +++ b/dcrec/secp256k1/curve.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015-2022 The Decred developers +// Copyright (c) 2015-2024 The Decred developers // Copyright 2013-2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/dcrec/secp256k1/curve_test.go b/dcrec/secp256k1/curve_test.go index 7c74c46cf6..54d1ffce7f 100644 --- a/dcrec/secp256k1/curve_test.go +++ b/dcrec/secp256k1/curve_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015-2022 The Decred developers +// Copyright (c) 2015-2024 The Decred developers // Copyright 2013-2016 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file.