summaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto/src/cipher.rs
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to AES 0.8Nick Mathewson2022-04-261-1/+5
| | | | | | | | 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.
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+13
This will cause some pain for now, but now is really the best time to do this kind of thing.