summaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto/src/pk/rsa.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-1/+1
* tor-llcrypto: Add RsaIdentity::to_bytes()Clara Engler2026-04-231-0/+5
* llcrypto: Depend on tor-memquota-cost, not tor-memquota.Nick Mathewson2026-02-021-1/+1
* tor-llcrypto: Add `RsaIdentity::as_hex_upper`Clara Engler2026-01-151-0/+6
* Lay foundations for RSA keys in keystore.Wesley Aptekar-Cassels2025-09-301-0/+14
* tor-llcrypto: Add more comments about implementation of RSA sign function.Wesley Aptekar-Cassels2025-09-101-2/+3
* tor-llcrypto: Add note about key size to RSA KeyPair::generate.Wesley Aptekar-Cassels2025-09-101-0/+4
* tor-llcrypto: Rename rsa::PrivateKey to rsa::KeyPair.Wesley Aptekar-Cassels2025-09-081-5/+5
* tor-key-forge: Add RSA key types.Wesley Aptekar-Cassels2025-09-081-3/+42
* Rename "memquota" feature to "memquota-memcost" when it's just HasMemoryCost ...Ian Jackson2024-10-161-1/+5
* Rename "memquota" feature to "memquota-memcost" when it's just HasMemoryCostIan Jackson2024-10-161-2/+2
* Some HasMemoryCost impls in tor-llcryptoIan Jackson2024-10-021-0/+4
* tor-llcrypto: replace simple_asn1 dependency with der_parserMorgan2024-09-281-18/+16
* tor-llcrypto: remove use of arrayrefNick Mathewson2023-06-011-8/+3
* update rsa to 0.9.xtrinity-1686a2023-05-081-5/+4
* Upgrade to latest rsa crate.Nick Mathewson2023-01-201-1/+1
* llcrypto: fix a comment.Nick Mathewson2023-01-061-1/+1
* llcrypto: clarify meaning of "Identity".Nick Mathewson2023-01-061-5/+10
* Add a new "CtByteArray" type, and use it in Id types.Nick Mathewson2023-01-051-21/+14
* llcrypto: Make key id types Redactable.Nick Mathewson2022-11-281-0/+12
* Fix a bunch of "needless borrow" warnings on nightlyNick Mathewson2022-11-181-1/+1
* Upgrade rsa to 0.7. Closes #613.Nick Mathewson2022-11-101-1/+1
* Add a new constant-time is_zero() check for RsaIdentityNick Mathewson2022-09-201-0/+11
* Stop deriving Zeroize for RsaIdentity.Nick Mathewson2022-08-011-2/+1
* Update `rsa` dependency (and use `x25519-dalek` prerelease)eta2022-07-061-1/+1
* Add a from_hex method for RsaIdentity.Nick Mathewson2022-03-041-3/+12
* tor-llcrypto: Replace a tiny bit of code duplication with a callIan Jackson2022-03-021-1/+1
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-4/+3
* Fix a few typos.Nick Mathewson2021-11-241-1/+1
* Improve some documentation linksNick Mathewson2021-10-291-2/+2
* Implement ConstantTimeEq for key ids.Nick Mathewson2021-10-011-2/+8
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+278