aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/crypto/cell/tor1.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade cipher, aes, and ctr.Nick Mathewson2026-07-131-2/+8
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-281-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-2/+2
* proto: remove bench pub wrappersLionel Goffaux2025-05-221-106/+12
* proto: use consts for bench throuputsLionel Goffaux2025-05-141-0/+3
* proto: fix doc typosLionel Goffaux2025-05-141-1/+1
* proto: fix name mismatch in the bench utils docLionel Goffaux2025-05-081-2/+2
* proto: extend benchmarksLionel Goffaux2025-05-081-15/+97
* proto: Apply type-specific wrappers for tor1 cryptoNick Mathewson2025-05-061-42/+38
* proto, cell: Remove RelayCellFormatTrait.Nick Mathewson2025-05-061-105/+54
* tor-proto: Rename some no-longer-apt tor1 members.Nick Mathewson2025-05-061-14/+13
* Emit SendmeTag directly from cell crypto.Nick Mathewson2025-05-061-25/+34
* proto: Make relay-side cell crypto traits return tags.Nick Mathewson2025-04-291-9/+12
* proto: Make crypt layers take a ChanCmd argumentNick Mathewson2025-04-291-16/+20
* proto: refactor RelayCrypt trait into separate traitsNick Mathewson2025-04-291-10/+50
* proto: Tweak semantics of RelayCrypt::originate.Nick Mathewson2025-04-291-0/+1
* proto: move tor1 testvector test into tor1 module.Nick Mathewson2025-04-291-0/+78
* proto: Clean up imports in tor1.rs.Nick Mathewson2025-04-291-3/+8
* proto: Move tor1 relay crypto to a separate file.Nick Mathewson2025-04-291-0/+310