summaryrefslogtreecommitdiff
path: root/tor-proto/src/crypto/handshake/fast.rs
Commit message (Expand)AuthorAgeFilesLines
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-5/+5
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-031-3/+3
* Fix a bunch more new clippy lints in Rust 1.51Nick Mathewson2021-03-291-1/+1
* Fix Rust-1.51 clippy warnings about acronyms in camel case.Nick Mathewson2021-03-291-7/+7
* Add tests for CREATE_FAST handshakeNick Mathewson2020-09-191-0/+69
* For circuits: Implement first hop create via create_fast.Nick Mathewson2020-09-111-0/+85