mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-18 13:07:58 +02:00
Tlv is used more widely in lnd than just for the onion payload. This commit isolated the protocol-specific odd/even logic, so that tlv can be used freely elsewhere. An example of this use is db serialization. |
||
|---|---|---|
| .. | ||
| bench_test.go | ||
| primitive.go | ||
| primitive_test.go | ||
| record.go | ||
| record_test.go | ||
| stream.go | ||
| stream_test.go | ||
| tlv_test.go | ||
| truncated.go | ||
| truncated_test.go | ||
| varint.go | ||
| varint_test.go | ||