aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/hsdesc.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* netdoc: Parse the middle layer of a hsdesc, and decrypt it.Nick Mathewson2023-02-071-0/+1
|
* netdoc: move test descriptor to a higher level test moduleNick Mathewson2023-02-071-0/+9
| | | | | We're going to make use of it in all of our tests, so we may as well expose it to them from hsdesc::test.
* netdoc: Parser for outer layer of onion service descriptors.Nick Mathewson2023-02-071-0/+1
|
* netdoc: Derive Debug and Clone on HsDesc and its kin.Nick Mathewson2023-02-071-0/+3
|
* netdoc: Outline some basic types for encoding HsDescs.Nick Mathewson2023-01-061-0/+186