aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-064-4/+4
|/
* maint: bump minor versions of all published cratesSteven Engler2025-10-291-5/+5
* Bump MSRV from 1.85.1 to 1.86Clara Engler2025-10-211-1/+1
* Merge branch 'arti-relay-rsa-keys' into 'main'wesleyac2025-10-061-0/+14
|\
| * Lay foundations for RSA keys in keystore.Wesley Aptekar-Cassels2025-09-301-0/+14
* | Merge branch 'release-1.6.0-remove-semver-md' into 'main'Ian Jackson2025-10-061-2/+0
|\ \
| * | release: Remove old semver.md files.Wesley Aptekar-Cassels2025-10-021-2/+0
* | | release: Bump versions.Wesley Aptekar-Cassels2025-10-021-5/+5
|/ /
* | Merge branch 'release-1.6.0-fixup-features' into 'main'wesleyac2025-10-011-1/+7
|\ \
| * | release: Run fixup-features.Wesley Aptekar-Cassels2025-10-011-1/+7
| |/
* / release: Update semver.md files.Wesley Aptekar-Cassels2025-10-011-0/+1
|/
* Merge branch 'tor-keyforge-rsa-types' into 'main'wesleyac2025-09-304-7/+53
|\
| * 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-083-6/+7
| * tor-key-forge: Add RSA key types.Wesley Aptekar-Cassels2025-09-082-3/+43
* | Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* | tor-(hs|ll)crypto: export cteq macros correctlyhashcatHitman2025-09-233-11/+14
* | tor-llcrypto: unconditionally use derive_deftlyhashcatHitman2025-09-232-5/+4
* | tor-llcrypto: derive_deftly is mandatoryhashcatHitman2025-09-231-2/+2
* | tor-(hs|ll)crypto: deftly derive ConstantTimeEqhashcatHitman2025-09-233-5/+92
* | tor-llcrypto: as_bytes on curve25519::StaticSecrethashcatHitman2025-09-161-0/+4
* | 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-077-14/+29
* 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
* tor-llcrypto: fix typotcyrus2025-07-231-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
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* Upgrade to derive-deftly 1.1.0.Gabriela Moldovan2025-07-071-1/+1
* tor-llcrypto: Removed dependency on `once_cell`hashcatHitman2025-06-142-3/+2
* tor-llcrypto: fix feature name typoSteven Engler2025-06-091-1/+1
* 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
* Remove semver.md files post-release.Gabriela Moldovan2025-04-011-2/+0
* 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-272-1/+3
* llcrypto: Document some design choices from CautiousRng.Nick Mathewson2025-03-241-1/+12
* Use an EntropicRng trait to enforce key generation rules.Nick Mathewson2025-03-242-2/+48