summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/tunnel/circuit/handshake.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove now-needless allow(unused).Nick Mathewson2025-07-231-1/+0
* proto: Construct CGO instances if that is what is selected.Nick Mathewson2025-07-231-2/+7
* proto: Take format+crypto settings from HopSettingsNick Mathewson2025-07-231-0/+5
* proto: Apply type-specific wrappers for tor1 cryptoNick Mathewson2025-05-061-16/+75
* proto, cell: Remove RelayCellFormatTrait.Nick Mathewson2025-05-061-3/+3
* proto: refactor RelayCrypt trait into separate traitsNick Mathewson2025-04-291-1/+1
* Note some places where we need updates for #1944.Nick Mathewson2025-04-161-0/+1
* tor-proto: Add a tunnel module.David Goulet2025-02-201-0/+142