summaryrefslogtreecommitdiff
path: root/tor-llcrypto/src/d.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-llcrypto: Improve documentation and move keyblinding.Nick Mathewson2021-05-211-4/+4
|
* Use links for traits in llcrypto docsNick Mathewson2020-05-081-4/+2
|
* Upgrade to a modern version of "sha-1".Nick Mathewson2020-05-081-44/+3
| | | | | Apparently the "sha1" crate doesn't implement the RustCrypto API, but the "sha-1" crate does.
* most missing docs for llcryptoNick Mathewson2020-05-081-2/+5
|
* Fresh git repository for work on "arti"Nick Mathewson2020-05-071-0/+52
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.