aboutsummaryrefslogtreecommitdiff
path: root/tor-llcrypto
Commit message (Expand)AuthorAgeFilesLines
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-2719-2053/+0
* Tweaks on patch to add clippy::unwrap_used lint.Nick Mathewson2021-08-271-2/+3
* WIP: Add the "unwrap_used" lint.S0AndS02021-08-243-1/+4
* Fix a few things that the "typos" tool didn't like.Nick Mathewson2021-08-201-2/+2
* Revisions based on new documented-panics lint.Nick Mathewson2021-08-181-1/+7
* Merge remote-tracking branch 'origin/mr/60'Nick Mathewson2021-08-182-0/+5
|\
| * Add the "missing_panics_doc" lint.S0AndS02021-08-132-0/+5
* | Add the "implicit_clone" lint.S0AndS02021-08-171-0/+1
|/
* Use add_warnings.py for clippy::cast_losslessNick Mathewson2021-08-131-1/+1
* Add the "cast_lossless" lint.S0AndS02021-08-121-0/+1
* Add unnecessary_wraps to the big warning list.Nick Mathewson2021-08-061-0/+1
* Update to rsa 0.5.0. Minor compatibility issues.Nick Mathewson2021-08-052-5/+6
* Add symlinks to arti-corporarls2021-08-041-0/+1
* Fix typos and other spelling mistakesrls2021-07-313-3/+3
* address a bunch of hopefully uncontroversial lintsDaniel Eades2021-07-202-3/+3
* Revert "clippy: remove unneeded dependencies."Nick Mathewson2021-07-021-0/+4
* clippy: remove unneeded dependencies.Nick Mathewson2021-06-271-1/+1
* Merge remote-tracking branch 'origin/mr/34'Nick Mathewson2021-06-272-2/+4
|\
| * Add clippy warn needless pass by valueYUAN LYU2021-06-212-2/+3
| * Add clippy warn needless borrowYUAN LYU2021-06-211-0/+1
* | Remove "publish = false"Nick Mathewson2021-06-241-1/+0
|/
* Fix some warnings about needless & from nightly clippyNick Mathewson2021-06-182-2/+2
* Add noop_method_call warning.Nick Mathewson2021-05-271-0/+1
* Enable cargo_common_metadata warning.Nick Mathewson2021-05-251-0/+1
* Add automatically generated README.md files to each crate.Nick Mathewson2021-05-251-0/+62
* tor-llcrypto: finish a sentence in the docs.Nick Mathewson2021-05-241-1/+3
* Add a link tto the tor website to arti blurb.Nick Mathewson2021-05-241-1/+2
* Add tor-proto docs and tweak docs+apis elsewhere.Nick Mathewson2021-05-211-5/+5
* tor-llcrypto: Improve documentation and move keyblinding.Nick Mathewson2021-05-219-162/+317
* Give every Cargo.toml a repository fieldNick Mathewson2021-05-191-0/+1
* Fill in "package.categories" on all Cargo.tomlNick Mathewson2021-05-191-0/+1
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-182-1/+2
* Upgrade to latest RustCrypto crates.Nick Mathewson2021-05-063-6/+6
* Add trait_duplication_in_bounds warning.Nick Mathewson2021-05-031-0/+1
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-033-2/+3
* Add a few more clippy warningsNick Mathewson2021-05-031-0/+5
* Add some more clippy warnings to our list.Nick Mathewson2021-04-271-1/+6
* Enforce (and obey) clippy lints about exhaustive enums, structs.Nick Mathewson2021-04-272-0/+4
* upgrade httparse and zeroizeNick Mathewson2021-04-251-1/+1
* upgrade dalek dependenciesNick Mathewson2021-04-141-2/+2
* Upgrade rsa, zstd, httpdate. Remove redundant pin-project.Nick Mathewson2021-04-051-1/+1
* Resolve two clippy warnings in blind_pubkey.Nick Mathewson2021-03-291-2/+2
* Merge remote-tracking branch 'origin/mr/23'Nick Mathewson2021-03-292-0/+108
|\
| * v3: Add two new test vectors that test key blinding clamping.George Kadianakis2021-03-301-0/+6
| * v3: Improve error handling on key blinding.George Kadianakis2021-03-302-6/+23
| * Implement basic ed25519 key blinding for v3 onion services.George Kadianakis2021-03-292-0/+85
* | Fix Rust-1.51 clippy warnings about acronyms in camel case.Nick Mathewson2021-03-291-2/+2
* | Rename Rsa{Identity,Signature} to fix clippy warning.Nick Mathewson2021-03-293-43/+43
|/
* Add a compatibility layer so we can upgrade rand_core.Nick Mathewson2021-03-185-4/+91
* Add the tor project as an author.Nick Mathewson2021-03-171-1/+1