File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
17
17
// This file contains the implementation for interacting with the Ledger hardware
18
18
// 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
20
20
21
21
package usbwallet
22
22
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
- // Adapted from: https://golang.org /src/crypto/cipher/xor .go
5
+ // Adapted from: https://go.dev /src/crypto/subtle/xor_generic .go
6
6
7
7
// Package bitutil implements fast bitwise operations.
8
8
package bitutil
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
- // Adapted from: https://golang.org /src/crypto/cipher /xor_test.go
5
+ // Adapted from: https://go.dev /src/crypto/subtle /xor_test.go
6
6
7
7
package bitutil
8
8
You can’t perform that action at this time.
0 commit comments