lnd/tlv
Oliver Gugger 7dfe4018ce
multi: use btcd's btcec/v2 and btcutil modules
This commit was previously split into the following parts to ease
review:
 - 2d746f68: replace imports
 - 4008f0fd: use ecdsa.Signature
 - 849e33d1: remove btcec.S256()
 - b8f6ebbd: use v2 library correctly
 - fa80bca9: bump go modules
2022-03-09 19:02:37 +01:00
..
go.mod multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
go.sum multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
primitive_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
primitive.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
record_test.go tlv: remove unused error return value 2019-12-04 13:27:29 +01:00
record.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
stream_test.go tlv: expose unknown values 2019-12-10 06:54:20 +01:00
stream.go tlv: expose unknown values 2019-12-10 06:54:20 +01:00
tlv_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
truncated_test.go tlv: simplify byte slice comparison as recommenteded by static analysis 2020-04-24 19:15:08 +02:00
truncated.go tlv: fix comments for numLeadingZeroBytes{32,64} funcs 2020-05-02 00:42:55 +02:00
varint_test.go tlv: simplify byte slice comparison as recommenteded by static analysis 2020-04-24 19:15:08 +02:00
varint.go tlv+record+routing: add payload size calculation 2019-12-20 11:00:01 +01:00