lnd/record
Gijs van Dam ba27627a70 multi: actor-based onion message forwarding
Add onion message forwarding capability using the OnionPeerActor for
communication. Messages are routed through a receptionist pattern where
each peer has a dedicated OnionPeerActor for handling message sends.

The OnionEndpoint uses the sphinx router for decoding and decrypting the
onion message packet and the encrypted recipient data in the payload of
the onion messages.
2026-03-02 15:46:21 +01:00
..
amp.go
blinded_data.go
blinded_data_test.go
custom_records.go
custom_records_test.go
experimental.go
hop.go multi: actor-based onion message forwarding 2026-03-02 15:46:21 +01:00
mpp.go
record_test.go