From e9edc4c8563012f781e8b4dd12f9a498264dc280 Mon Sep 17 00:00:00 2001 From: Justin Dhillon Date: Sun, 25 Feb 2024 05:42:10 -0800 Subject: [PATCH 1/3] https://go.dev/src/crypto/subtle/xor_test.go --- common/bitutil/bitutil_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/bitutil/bitutil_test.go b/common/bitutil/bitutil_test.go index 307bf731f76..12f3fe24a6c 100644 --- a/common/bitutil/bitutil_test.go +++ b/common/bitutil/bitutil_test.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Adapted from: https://golang.org/src/crypto/cipher/xor_test.go +// Adapted from: https://go.dev/src/crypto/subtle/xor_test.go package bitutil From 3454f7e7850944f86611f208e2ae3a6995a59695 Mon Sep 17 00:00:00 2001 From: Justin Dhillon Date: Sun, 25 Feb 2024 05:55:11 -0800 Subject: [PATCH 2/3] https://github.com/LedgerHQ/app-ethereum/blob/develop/doc/ethapp.adoc --- accounts/usbwallet/ledger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/usbwallet/ledger.go b/accounts/usbwallet/ledger.go index d0cb93e74e0..81836b3717a 100644 --- a/accounts/usbwallet/ledger.go +++ b/accounts/usbwallet/ledger.go @@ -16,7 +16,7 @@ // This file contains the implementation for interacting with the Ledger hardware // wallets. The wire protocol spec can be found in the Ledger Blue GitHub repo: -// https://raw.githubusercontent.com/LedgerHQ/blue-app-eth/master/doc/ethapp.asc +// https://github.com/LedgerHQ/app-ethereum/blob/develop/doc/ethapp.adoc package usbwallet From b242c33c59631d9297be2b83be1701f7d804e6ed Mon Sep 17 00:00:00 2001 From: Justin Dhillon Date: Tue, 12 Mar 2024 17:51:39 -0700 Subject: [PATCH 3/3] https://go.dev/src/crypto/subtle/xor_generic.go --- common/bitutil/bitutil.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/bitutil/bitutil.go b/common/bitutil/bitutil.go index cd3e72169fc..a18a6d18eed 100644 --- a/common/bitutil/bitutil.go +++ b/common/bitutil/bitutil.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Adapted from: https://golang.org/src/crypto/cipher/xor.go +// Adapted from: https://go.dev/src/crypto/subtle/xor_generic.go // Package bitutil implements fast bitwise operations. package bitutil