summaryrefslogtreecommitdiff
path: root/crates/tor-hscrypto/src
Commit message (Expand)AuthorAgeFilesLines
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-122-2/+4
* tor-hcrypto: Port to web-time-compatNick Mathewson2026-03-262-6/+4
* 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-064-4/+4
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* tor-hscrypto: derive_deftly is mandatory againhashcatHitman2025-09-231-2/+2
* tor-(hs|ll)crypto: export cteq macros correctlyhashcatHitman2025-09-232-64/+9
* tor-(hs|ll)crypto: deftly derive ConstantTimeEqhashcatHitman2025-09-232-290/+120
* tor-hscrypto: constant time PartialEq for keyshashcatHitman2025-09-161-1/+282
* tor-hscrypto: change redacted `HsId` from "???" to "[…]"Steven Engler2025-08-251-2/+2
* tor-hsservice: Add disable_pow_compilation option.Wesley Aptekar-Cassels2025-08-131-0/+5
* Fix warnings and errors from edition 2024.Nick Mathewson2025-08-071-3/+2
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-073-7/+7
* tor-hsservice: Persist suggested_effort.Wesley Aptekar-Cassels2025-08-051-0/+1
* Use new DisplayRedacted/DebugRedacted code for HsId.Nick Mathewson2025-07-311-28/+22
* tor-hscrypto: fix typostcyrus2025-07-232-3/+3
* Typo fixes (automatic and hand-verified)Nick Mathewson2025-07-091-1/+1
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* tor-hsservice: Make PowManager persist state.Wesley Aptekar-Cassels2025-05-272-2/+7
* tor-hscrypto: Implement Display and FromStr for Seed.Wesley Aptekar-Cassels2025-05-271-0/+28
* tor-hsservice: Initial parts of PowManager.Wesley Aptekar-Cassels2025-05-272-2/+2
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-183-4/+4
* 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
* Wrap ed25519-dalek types.Nick Mathewson2025-03-181-8/+7
* tor-hscrypto: Implement Display for TimePeriodhjrgrn2025-03-131-1/+24
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* tor-hscrypto: Move encodable key trait impls from tor-key-forge.Gabriela Moldovan2024-12-111-0/+111
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* PoW: Consolidate feature flags into a single flag.Wesley Aptekar-Cassels2024-11-251-5/+1
* tor-hscrypto: Add Verifier::seed() helper function.Wesley Aptekar-Cassels2024-11-251-0/+7
* tor-hscrypto: Add Seed::new.Wesley Aptekar-Cassels2024-11-251-0/+43
* tor-netdoc: Support writing pow-params line.Wesley Aptekar-Cassels2024-11-251-1/+1
* tor-hscrypto: Abolish the HasKind impl of HsIdParseError.Gabriela Moldovan2024-11-041-15/+0
* Rename "memquota" feature to "memquota-memcost" when it's just HasMemoryCostIan Jackson2024-10-161-2/+2
* hs-pow: Effort type improvements.Wesley Aptekar-Cassels2024-10-091-1/+35
* tor-hscrypto: Fixup broken doc links.Wesley Aptekar-Cassels2024-10-093-4/+4
* hs-pow: Refactor to prefer stub types rather than cfg sprawl.Wesley Aptekar-Cassels2024-10-094-9/+17
* tor-hspow: Big refactor, dissolve this crateWesley Aptekar-Cassels2024-10-099-0/+663
* tor-hscrypto: Use the new "restricted discovery" terminology.Gabriela Moldovan2024-10-031-1/+1
* Some HasMemoryCost impls in tor-hscryptoIan Jackson2024-10-021-0/+8
* tor_hsservice: add `impl From<&FooPublicKeySpecifier> for FooKeypairSpecifier...Adam Joseph F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E02024-09-091-0/+12
* tor-hscrypto: Implement Eq for HsClientDescEncKey.Gabriela Moldovan2024-08-051-0/+2
* tor-hscrypto: Use collect_tuple to avoid unnecessary Vec allocation.Gabriela Moldovan2024-07-081-6/+3
* tor-hscrypto: Remove HsClientDescKeyParseError's HasKind impl.Gabriela Moldovan2024-07-081-12/+0
* tor-hscrypto: Implement FromStr for HsClientDescEncKey.Gabriela Moldovan2024-07-081-3/+149
* tor-hscrypto: Remove unnecessary Display wrapper.Gabriela Moldovan2024-07-081-17/+5
* tor-hscrypto: Add helper for encoding client auth keys in C Tor format.Gabriela Moldovan2024-06-271-0/+23
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2