summaryrefslogtreecommitdiff
path: root/tor-proto/src/crypto.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-3/+3
| | | | | | This is a somewhat obnoxious change in its scope and requirements, but it makes it easier to understand what the real public and private parts of our APIs are.
* Add tests for CREATE_FAST handshakeNick Mathewson2020-09-191-0/+2
|
* Document most of tor-protoNick Mathewson2020-05-091-0/+8
| | | | (except for the worst parts that need refactoring the most)
* Fresh git repository for work on "arti"Nick Mathewson2020-05-071-0/+3
Arti is a rust tor implementation. It's project I've been working on for a few months now, in weekends and in spare time. It doesn't speak the tor protocol yet, and it doesn't connect to the network at all. It needs much more documentation and testing, but I'm just about ready to show it to others. See the README.md for a description of what is there and what isn't.