File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616
1717// This file contains the implementation for interacting with the Ledger hardware
1818// wallets. The wire protocol spec can be found in the Ledger Blue GitHub repo:
19- // https://raw.githubusercontent. com/LedgerHQ/blue- app-eth/master/ doc/ethapp.asc
19+ // https://github. com/LedgerHQ/app-ethereum/blob/develop/ doc/ethapp.adoc
2020
2121package usbwallet
2222
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE file.
44
5- // Adapted from: https://golang.org /src/crypto/cipher/xor .go
5+ // Adapted from: https://go.dev /src/crypto/subtle/xor_generic .go
66
77// Package bitutil implements fast bitwise operations.
88package bitutil
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE file.
44
5- // Adapted from: https://golang.org /src/crypto/cipher /xor_test.go
5+ // Adapted from: https://go.dev /src/crypto/subtle /xor_test.go
66
77package bitutil
88
You can’t perform that action at this time.
0 commit comments