Expand description
Translate relay information from the formats used in the onion service
protocol into CircTarget
s that we can use for building circuits.
(Later this will include support for INTRODUCE2 messages too.)
Enums§
- Invalid
Target - We were given unusable information about an introduction point or rendezvous point.
Functions§
- circtarget_
from_ 🔒pieces - Helper: create a
CircTarget
from its component parts as provided by another party on the network. - ipt_
to_ 🔒circtarget - Construct a
CircTarget
from a providedIntroPointDesc
.