| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add the "unreachable_pub" lint. | Nick Mathewson | 2021-05-18 | 1 | -7/+7 |
| | | | | | | | This is a somewhat obnoxious change in its scope and requirements, but it makes it easier to understand what the real public and private parts of our APIs are. | ||||
| * | Add unseparated_literal_suffix lint, and fix it. | Nick Mathewson | 2021-05-03 | 1 | -1/+1 |
| | | |||||
| * | Fix Rust-1.51 clippy warnings about acronyms in camel case. | Nick Mathewson | 2021-03-29 | 1 | -25/+25 |
| | | | | | This is painful, but we shouldn't have to do it again. | ||||
| * | Document all private members in tor-proto | Nick Mathewson | 2020-10-13 | 1 | -1/+11 |
| | | |||||
| * | tests for kdf functions in tor_proto | Nick Mathewson | 2020-09-18 | 1 | -0/+127 |
| | | |||||
| * | For circuits: Implement first hop create via create_fast. | Nick Mathewson | 2020-09-11 | 1 | -5/+8 |
| | | |||||
| * | update to use latest rust-crypto traits and modules | Nick Mathewson | 2020-06-10 | 1 | -7/+10 |
| | | |||||
| * | Document most of tor-proto | Nick Mathewson | 2020-05-09 | 1 | -0/+26 |
| | | | | | (except for the worst parts that need refactoring the most) | ||||
| * | tor-proto: Fix a logic error in KDF-TOR implementation. | Nick Mathewson | 2020-05-09 | 1 | -2/+2 |
| | | |||||
| * | Use links for traits in llcrypto docs | Nick Mathewson | 2020-05-08 | 1 | -1/+1 |
| | | |||||
| * | Upgrade to a modern version of "sha-1". | Nick Mathewson | 2020-05-08 | 1 | -1/+2 |
| | | | | | | Apparently the "sha1" crate doesn't implement the RustCrypto API, but the "sha-1" crate does. | ||||
| * | Fresh git repository for work on "arti" | Nick Mathewson | 2020-05-07 | 1 | -0/+74 |
| 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. | |||||
