aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto/src/cipher.rs
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade cipher, aes, and ctr.Nick Mathewson2026-07-131-22/+45
|
* hsservice, llcrypto, SecurityResponse: use cfg({true,false})Nick Mathewson2026-05-071-2/+2
|
* add feature annotation not added by doc_auto_cfgtrinity-1686a2022-08-241-0/+2
|
* Add TODO comments about unwanted copies.Nick Mathewson2022-08-011-0/+2
|
* tor-llcrypto: make AES key objects ZeroizeOnDrop when using opensslNick Mathewson2022-08-011-0/+3
| | | | Part of #254.
* 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.