summaryrefslogtreecommitdiff
path: root/tor-bytes/src/err.rs
Commit message (Collapse)AuthorAgeFilesLines
* Document private members in most cratesNick Mathewson2020-09-241-0/+2
|
* Migrate certificate and routerdesc checking to tor-checkableNick Mathewson2020-09-031-1/+1
| | | | | Now these types are parsed and returned wrapped inside a checkable object.
* tor-bytes: add the missing documentationNick Mathewson2020-05-081-0/+12
|
* Fresh git repository for work on "arti"Nick Mathewson2020-05-071-0/+15
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.