summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/crypto.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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.