aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/crypto/bench_utils.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: remove bench pub wrappersLionel Goffaux2025-05-221-0/+1
* proto: extend benchmarksLionel Goffaux2025-05-081-132/+1
* tor_proto: name fields in bench_utils.Nick Mathewson2025-05-061-7/+10
* proto: Apply type-specific wrappers for tor1 cryptoNick Mathewson2025-05-061-9/+11
* proto, cell: Remove RelayCellFormatTrait.Nick Mathewson2025-05-061-13/+7
* proto: Make crypt layers take a ChanCmd argumentNick Mathewson2025-04-291-5/+5
* proto: refactor RelayCrypt trait into separate traitsNick Mathewson2025-04-291-4/+4
* proto: Tweak semantics of RelayCrypt::originate.Nick Mathewson2025-04-291-1/+2
* tor-proto: put every bench_utils mod behind the bench featureLionel Goffaux2024-11-061-3/+1
* tor-proto: remove inlines attributesLionel Goffaux2024-11-061-2/+0
* tor-proto: Add benchmarks for cell encryption and decryptionLionel Goffaux2024-11-041-0/+137