aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/crypto.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-proto: put every bench_utils mod behind the bench featureLionel Goffaux2024-11-061-0/+1
|
* tor-proto: Add benchmarks for cell encryption and decryptionLionel Goffaux2024-11-041-0/+1
|
* proto: Take CircuitBinding one step forward into Reactor::add_hop.Nick Mathewson2023-08-141-1/+1
|
* proto: Add (not-yet-exposed) code to remember and use KH valuesNick Mathewson2023-08-141-0/+1
| | | | | | | | These values are computed as part of the circuit extension handshake, and are used as MAC keys to bind `ESTABLISH_INTRO` messages to a particular circuit so that they can't be replayed. Part of #993.
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+13
This will cause some pain for now, but now is really the best time to do this kind of thing.