summaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto/tests/testvec.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix clippy::needless_borrowtrinity-1686a2022-09-101-3/+3
|
* Upgrade to AES 0.8Nick Mathewson2022-04-261-1/+1
| | | | | | | | Now that we require Rust 1.56, we can upgrade to AES 0.8. This forces us to have some slight API changes. We require cipher 0.4.1, not cipher 0.4.0, since 0.4.0 has compatibility issues with Rust 1.56.
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-251-2/+0
| | | | | Remove all `use` statements for `TryFrom` and `TryInto`. These are now redundant in Rust 2021.
* Remove clippy::needless_borrow exception in CI.Nick Mathewson2022-02-201-2/+0
| | | | | This exception is no longer necessary now that the underlying CI bug is fixed.
* Temporarily disable some clippy lints on nightlyIan Jackson2022-02-021-0/+2
|
* address lint warningsDaniel Eades2021-12-091-1/+1
|
* tor-llcrypto: Put currently unused functions behind features.Nick Mathewson2021-11-121-0/+1
| | | | | | | | We don't currently need a couple of the key manipulation features that we have, since we aren't yet doing relays or onion service clients. Part of #125
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+574
This will cause some pain for now, but now is really the best time to do this kind of thing.