Module tor_netdoc::doc::hsdesc
source · Available on crate feature
onion-common only.Expand description
Implementation for onion service descriptors.
An onion service descriptor is a document generated by an onion service and uploaded to one or more HsDir nodes for clients to later download. It tells the onion service client where to find the current introduction points for the onion service, and how to connect to them.
An onion service descriptor is more complicated than most other documentation types, because it is partially encrypted.
Structs
An error that occurs when decrypting an onion service decryptor.
An onion service after it has been parsed by the client, but not yet decrypted.
A decrypted, decoded onion service descriptor.
Information in an onion service descriptor about a single
introduction point.
Metadata about an onion service descriptor, as stored at an HsDir.
Type Definitions
An unchecked HsDesc: parsed, but not checked for liveness or validity.
An unchecked HsDesc: parsed, but not checked for liveness or validity.
An unchecked StoredHsDescMeta: parsed, but not checked for liveness or validity.