summaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* release: Bump versions.Wesley Aptekar-Cassels2025-10-021-5/+5
* release: Run fixup-features.Wesley Aptekar-Cassels2025-10-011-1/+7
* Merge branch 'tor-keyforge-rsa-types' into 'main'wesleyac2025-09-301-0/+1
|\
| * tor-key-forge: Add RSA key types.Wesley Aptekar-Cassels2025-09-081-0/+1
* | tor-(hs|ll)crypto: export cteq macros correctlyhashcatHitman2025-09-231-1/+1
* | tor-llcrypto: derive_deftly is mandatoryhashcatHitman2025-09-231-2/+2
* | Bump MSRV from 1.85 to 1.85.1Nick Mathewson2025-09-091-1/+1
|/
* Update to derive-deftly 1.3.0Ian Jackson2025-09-021-1/+1
* Bump the minor version of every published crate except for `arti`.Nick Mathewson2025-08-281-4/+4
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* Bump to hex-literal 1.0Nick Mathewson2025-08-051-1/+1
* Set MSRV to 1.85.Nick Mathewson2025-08-051-1/+1
* Bump version of tor-basic-utilsIan Jackson2025-08-051-1/+1
* Version bumps for 1.4.6Ian Jackson2025-08-051-3/+3
* Bump derive-deftly to 1.2.0Ian Jackson2025-08-041-1/+1
* Bump all the unstable tor- and arti- crates to 0.32.0.Gabriela Moldovan2025-07-071-3/+3
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-07-071-1/+1
* Upgrade to derive-deftly 1.1.0.Gabriela Moldovan2025-07-071-1/+1
* tor-llcrypto: Removed dependency on `once_cell`hashcatHitman2025-06-141-1/+0
* release: Bump all tor-/arti- crates to 0.31.0.Alexander Hansen Færøy2025-06-051-3/+3
* ./maint/cargo_sort: Run cargo-sort on the entire workspace.Gabriela Moldovan2025-05-271-10/+10
* All crates: bump rust-version to 1.83.Nick Mathewson2025-05-131-1/+1
* release: Bump all unstable tor/arti crates to 0.30.0Wesley Aptekar-Cassels2025-05-011-3/+3
* Update rand requirement to 0.9.1Nick Mathewson2025-04-291-2/+2
* Run cargo update.Wesley Aptekar-Cassels2025-04-291-2/+2
* Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-311-3/+3
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-03-311-1/+1
* Upgrade getrandom dependency to 0.3.2Gabriela Moldovan2025-03-271-1/+1
* Use an EntropicRng trait to enforce key generation rules.Nick Mathewson2025-03-241-1/+4
* llcrypto: new CautiousRng for constructing long-lived keysNick Mathewson2025-03-241-0/+9
* llcrypto: add an rng compatibility shim for dalek-cryptoNick Mathewson2025-03-181-1/+4
* Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-2/+2
* tor-rtmock: task: Remove Default impl for ThreadDescriptorIan Jackson2025-03-041-1/+1
* Bump minor versions in tor-*, arti-*.Nick Mathewson2025-03-031-3/+3
* Upgraede to der-parser 10Nick Mathewson2025-02-261-1/+1
* Upgrade to derive_more 2Nick Mathewson2025-02-261-1/+1
* Update to derive-deftly 1.0Ian Jackson2025-02-121-1/+1
* Version bumps to 0.27.0Ian Jackson2025-02-061-3/+3
* Bump versions of internal arti crates for Arti 1.3.2Nick Mathewson2025-01-071-3/+3
* Bump all the unstable tor- and arti- crates to 0.25.0.Gabriela Moldovan2024-12-021-3/+3
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2024-12-021-1/+1
* cargo: Update `thiserror` to `2`Clara Engler2024-11-121-1/+1
* Merge branch 'versions' into 'main'Ian Jackson2024-10-301-4/+4
|\
| * Bump minor versions of crates with new APIs/implsIan Jackson2024-10-301-1/+1
| * Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-301-3/+3
* | cargo: Run fixup-featuresIan Jackson2024-10-301-1/+1
|/
* Rename "memquota" feature to "memquota-memcost" when it's just HasMemoryCostIan Jackson2024-10-161-2/+2
* fix Cargo.toml typo with `no_default_features = true`Steven Engler2024-10-031-1/+1
* Some HasMemoryCost impls in tor-llcryptoIan Jackson2024-10-021-1/+4
* Merge branch 'bug_1632' into 'main'Nick Mathewson2024-09-301-1/+1
|\