summaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto/tests
Commit message (Expand)AuthorAgeFilesLines
* llcrypto: Don't take or return "unescorted" ed25519 keys.Nick Mathewson2023-05-181-1/+4
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-272-0/+4
* Complete our migration to base64ct.Nick Mathewson2023-01-201-3/+4
* Merge branch 'fix-nightly-clippy' into 'main'Ian Jackson2022-09-221-3/+3
|\
| * fix clippy::needless_borrowtrinity-1686a2022-09-101-3/+3
* | Add a new constant-time is_zero() check for RsaIdentityNick Mathewson2022-09-201-0/+20
|/
* Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-021-1/+2
* Upgrade to AES 0.8Nick Mathewson2022-04-261-1/+1
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-252-4/+0
* Add a from_hex method for RsaIdentity.Nick Mathewson2022-03-041-2/+13
* tor-llcrypto: Add test case for RsaIdentity formattingIan Jackson2022-03-021-0/+19
* Remove clippy::needless_borrow exception in CI.Nick Mathewson2022-02-201-2/+0
* 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
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-272-0/+683