summaryrefslogtreecommitdiff
path: root/tor-llcrypto/src/cipher.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-llcrypto: Improve documentation and move keyblinding.Nick Mathewson2021-05-211-5/+3
|
* Upgrade to latest RustCrypto crates.Nick Mathewson2021-05-061-1/+1
|
* Run "cargo upgrade".Nick Mathewson2020-10-261-2/+2
|
* Use links for traits in llcrypto docsNick Mathewson2020-05-081-0/+5
|
* most missing docs for llcryptoNick Mathewson2020-05-081-0/+3
|
* Fresh git repository for work on "arti"Nick Mathewson2020-05-071-0/+7
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.