aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hscrypto/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-151-1/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-0/+2
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Rename "memquota" feature to "memquota-memcost" when it's just HasMemoryCostIan Jackson2024-10-161-2/+2
* hs-pow: Refactor to prefer stub types rather than cfg sprawl.Wesley Aptekar-Cassels2024-10-091-1/+0
* tor-hspow: Big refactor, dissolve this crateWesley Aptekar-Cassels2024-10-091-0/+2
* Some HasMemoryCost impls in tor-hscryptoIan Jackson2024-10-021-0/+8
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* Implementation for AES-based Order-preserving encryptionNick Mathewson2023-11-161-0/+2
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* tor-hscrypto: Provide values for NUM_INTRO_POINTIan Jackson2023-06-281-0/+12
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* tor-hscrypto: implement Rng.gen() for RendCookieIan Jackson2023-06-091-0/+6
* tor-hscrypto: Break out REND_COOKIE_LENIan Jackson2023-06-091-1/+4
* Add builder for encoding hidden service descriptors.Gabi Moldovan2023-03-241-1/+10
* hscrypto: add From/Into between RevisionCounter and u64.Nick Mathewson2023-02-071-1/+3
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* hscrypto: Remove Credential.Nick Mathewson2023-01-251-19/+2
* Apply several clarifications (and fixes for missing refs)Ian Jackson2023-01-251-1/+3
* hscrypto: Add our standard clippy warningsNick Mathewson2023-01-241-1/+36
* hscrypto: Improve documentation for RendCookieNick Mathewson2023-01-241-1/+5
* hscrypto: use a macro to define our byte wrappers too.Nick Mathewson2023-01-241-6/+15
* hscrypto: Add and use a macro to define all PK types.Nick Mathewson2023-01-241-0/+1
* hscrypto: Associate each type with new name from rend-spec-v3.txtNick Mathewson2023-01-241-2/+2
* Sketch APIs for the onion service directory ring.Nick Mathewson2023-01-111-4/+0
* hscrypto: Add several derivesNick Mathewson2023-01-111-1/+4
* Create a new tor-hscrypto crate.Nick Mathewson2023-01-061-0/+45