summaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto/tests
Commit message (Expand)AuthorAgeFilesLines
* tor-llcrypto: Add `RsaIdentity::as_hex_upper`Clara Engler2026-01-151-0/+5
* tor-llcrypto: Rename rsa::PrivateKey to rsa::KeyPair.Wesley Aptekar-Cassels2025-09-081-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-072-7/+13
* llcrypto testvec: remove redundant "kp" variable.Nick Mathewson2023-11-291-11/+6
* llcrypto: Hide the members of ExpandedKeypair.Nick Mathewson2023-11-291-5/+8
* Remove RngCompatExt.Nick Mathewson2023-11-291-2/+1
* Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-292-23/+22
* 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