summaryrefslogtreecommitdiff
path: root/tor-llcrypto
Commit message (Collapse)AuthorAgeFilesLines
...
* most missing docs for llcryptoNick Mathewson2020-05-086-22/+70
|
* Stop re-exporting traits from tor-llcrypto. It does not help.Nick Mathewson2020-05-085-14/+4
|
* llcrypto: small documentation improvementsNick Mathewson2020-05-081-6/+10
|
* Use cargo-husky to add automatic git commit/push hooks.Nick Mathewson2020-05-081-1/+9
|
* Fresh git repository for work on "arti"Nick Mathewson2020-05-079-0/+593
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.