summaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto/src/cipher.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosDimitris Apostolou2022-06-101-3/+3
|
* use the right feature name for llcrypto openssltrinity-1686a2022-05-311-2/+2
|
* add support for openssl backend in llcryptotrinity-1686a2022-05-301-0/+104
|
* 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.