Skip to content

Commit

Permalink
secp256k1: Prepare v4.2.0.
Browse files Browse the repository at this point in the history
This updates the secp256k1 module dependencies, the copyright year in
the files modified since the previous release, and serves as a base for
dcrec/secp256k1/v4.2.0.

The updated direct dependencies in this commit are as follows:

- github.com/decred/dcrd/crypto/blake256@v1.0.1

The full list of updated direct dependencies since the previous
dcrec/secp256k1/v4.1.0 release are the same as above.

Finally, all modules in the repository that depend on the module are
tidied to ensure they are updated to use the latest versions hoisted
forward as a result.
  • Loading branch information
davecgh committed Apr 13, 2023
1 parent e0ad9b8 commit bacf844
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dcrec/secp256k1/ecdh.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2015 The btcsuite developers
// Copyright (c) 2015-2016 The Decred developers
// Copyright (c) 2015-2023 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion dcrec/secp256k1/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/decred/dcrd/dcrec/secp256k1/v4

go 1.17

require github.com/decred/dcrd/crypto/blake256 v1.0.0
require github.com/decred/dcrd/crypto/blake256 v1.0.1
4 changes: 2 additions & 2 deletions dcrec/secp256k1/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/decred/dcrd/crypto/blake256 v1.0.0 h1:/8DMNYp9SGi5f0w7uCm6d6M4OU2rGFK09Y2A4Xv7EE0=
github.com/decred/dcrd/crypto/blake256 v1.0.0/go.mod h1:sQl2p6Y26YV+ZOcSTP6thNdn47hh8kt6rqSlvmrXFAc=
github.com/decred/dcrd/crypto/blake256 v1.0.1 h1:7PltbUIQB7u/FfZ39+DGa/ShuMyJ5ilcvdfma9wOH6Y=
github.com/decred/dcrd/crypto/blake256 v1.0.1/go.mod h1:2OfgNZ5wDpcsFmHmCK5gZTPcCXqlm2ArzUIkw9czNJo=
2 changes: 1 addition & 1 deletion dcrec/secp256k1/privkey.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2013-2014 The btcsuite developers
// Copyright (c) 2015-2022 The Decred developers
// Copyright (c) 2015-2023 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion dcrec/secp256k1/privkey_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2013-2016 The btcsuite developers
// Copyright (c) 2015-2022 The Decred developers
// Copyright (c) 2015-2023 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

Expand Down

0 comments on commit bacf844

Please sign in to comment.