aboutsummaryrefslogtreecommitdiff
path: root/tor-proto
Commit message (Collapse)AuthorAgeFilesLines
...
* tor-proto: Simplify ct::lookup API.Nick Mathewson2020-05-102-10/+7
|
* Document most of tor-protoNick Mathewson2020-05-0911-12/+239
| | | | (except for the worst parts that need refactoring the most)
* tor-proto: Fix a logic error in KDF-TOR implementation.Nick Mathewson2020-05-091-2/+2
|
* Use links for traits in llcrypto docsNick Mathewson2020-05-081-1/+1
|
* Upgrade to a modern version of "sha-1".Nick Mathewson2020-05-081-1/+2
| | | | | Apparently the "sha1" crate doesn't implement the RustCrypto API, but the "sha-1" crate does.
* make id field in RSAIdentity privateNick Mathewson2020-05-081-2/+2
|
* Stop re-exporting traits from tor-llcrypto. It does not help.Nick Mathewson2020-05-081-3/+3
|
* Fresh git repository for work on "arti"Nick Mathewson2020-05-0714-0/+2204
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.