aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/relaycell/hs/intro_payload.rs
Commit message (Expand)AuthorAgeFilesLines
* hsclient: Support protocol negotiation for CGO and flowctrl-ccNick Mathewson2026-07-021-0/+5
* cell: Accessors for more intro extensions.Nick Mathewson2026-07-021-7/+16
* Add methods for getting proof-of-work extension from intro request.Wesley Aptekar-Cassels2025-05-271-0/+9
* cell: Unify HS-ntor and ntor-v3 extensions.Nick Mathewson2025-05-071-20/+2
* cell: Make decl_extension_group macro more self-contained.Nick Mathewson2025-05-071-1/+1
* cell: move ExtList module out of hs module.Nick Mathewson2025-05-071-1/+1
* hs-pow: Refactor to prefer stub types rather than cfg sprawl.Wesley Aptekar-Cassels2024-10-091-2/+1
* tor-hspow: Big refactor, dissolve this crateWesley Aptekar-Cassels2024-10-091-1/+2
* tor-cell: Support encoding proofs-of-work in intro_payloadWesley Aptekar-Cassels2024-10-091-4/+11
* cell: Add accessors to IntroduceHandshakePayloadNick Mathewson2023-08-161-0/+15
* Fix typosDimitris Apostolou2023-07-221-1/+1
* cell: Downgrade a couple more TODO HS comments.Nick Mathewson2023-06-131-2/+2
* cell: Remove some TODOsNick Mathewson2023-06-131-5/+2
* Rename UnparsedLinkSpec => EncodedLinkSpecNick Mathewson2023-05-101-3/+3
* intro_payload: various doc fixes and TODOs from review.Nick Mathewson2023-03-081-4/+16
* tor-cell: Be a little more pedantic about INTRODUCE cell types.Nick Mathewson2023-03-081-3/+3
* tor-cell: Better describe the parts of intro payload.Nick Mathewson2023-03-081-3/+23
* tor-cell: Add code for the payload of an hs-ntor handshake.Nick Mathewson2023-03-061-0/+142