From bd94ed5ee981db0cf5be6ed9ce6fc0abb8e1b65c Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sat, 4 Sep 2021 19:24:26 -0500 Subject: [PATCH] secp256k1: Prepare v4.0.0. This updates the secp256k1 copyright year in the files modified since the previous release and serves as a base for dcrec/secp256k1/v4.0.0. There are no updated direct dependencies in this commit. The following direct dependencies are no longer required as compared to the previous dcrec/secp256k1/v3.0.0 release: - github.com/decred/dcrd/chaincfg/chainhash --- dcrec/secp256k1/bench_test.go | 2 +- dcrec/secp256k1/curve_test.go | 2 +- dcrec/secp256k1/field.go | 4 ++-- dcrec/secp256k1/go.mod | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dcrec/secp256k1/bench_test.go b/dcrec/secp256k1/bench_test.go index ed5365c0..b5424e82 100644 --- a/dcrec/secp256k1/bench_test.go +++ b/dcrec/secp256k1/bench_test.go @@ -1,5 +1,5 @@ // Copyright 2013-2016 The btcsuite developers -// Copyright (c) 2015-2020 The Decred developers +// Copyright (c) 2015-2021 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_test.go b/dcrec/secp256k1/curve_test.go index b70fcaaf..800d1823 100644 --- a/dcrec/secp256k1/curve_test.go +++ b/dcrec/secp256k1/curve_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015-2020 The Decred developers +// Copyright (c) 2015-2021 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. diff --git a/dcrec/secp256k1/field.go b/dcrec/secp256k1/field.go index 959a9a16..43e27a91 100644 --- a/dcrec/secp256k1/field.go +++ b/dcrec/secp256k1/field.go @@ -1,6 +1,6 @@ // Copyright (c) 2013-2014 The btcsuite developers -// Copyright (c) 2015-2020 The Decred developers -// Copyright (c) 2013-2020 Dave Collins +// Copyright (c) 2015-2021 The Decred developers +// Copyright (c) 2013-2021 Dave Collins // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/dcrec/secp256k1/go.mod b/dcrec/secp256k1/go.mod index d15095a8..334460da 100644 --- a/dcrec/secp256k1/go.mod +++ b/dcrec/secp256k1/go.mod @@ -1,5 +1,5 @@ module github.com/decred/dcrd/dcrec/secp256k1/v4 -go 1.13 +go 1.16 require github.com/decred/dcrd/crypto/blake256 v1.0.0