aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/relaycell/hs/est_intro.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-llcrypto: Stop deriving Deref in CtByteArrayNeel Chauhan2025-11-241-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-3/+3
* cell: Make decl_extension_group macro more self-contained.Nick Mathewson2025-05-071-1/+1
* cell: move ExtList module out of hs module.Nick Mathewson2025-05-071-1/+1
* Wrap ed25519-dalek types.Nick Mathewson2025-03-181-1/+0
* Some HasMemoryCost impls in tor-cellIan Jackson2024-10-021-4/+10
* tor-cell: impl Eq, PartialEq, Hash for est_intro::DosParamsIan Jackson2024-02-211-1/+1
* Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-291-1/+1
* Add more reference links.Nick Mathewson2023-11-201-1/+5
* Improve documentation in/around DosParams extensionNick Mathewson2023-11-201-1/+11
* cell: make establish_intro accept impl<Into<HsMacKey>>Nick Mathewson2023-08-141-15/+14
* cell: Remove some TODOsNick Mathewson2023-06-131-3/+0
* cell: remove/localize "allow(dead-code)"Nick Mathewson2023-06-131-2/+1
* Serval rustdoc link fixes.Nick Mathewson2023-03-081-2/+2
* tor-cell: Use a match when checking auth_key_typeNick Mathewson2023-03-011-6/+8
* tor_cell: Use nested readers and writers for EstablishIntroNick Mathewson2023-03-011-18/+12
* tor-cell: tweak comments on EstablishIntro members.Nick Mathewson2023-03-011-2/+2
* Introduce a constant for the length of the output of hs_mac()Nick Mathewson2023-03-011-3/+3
* tor-cell: Rename EstablishIntro{Body => Details}Nick Mathewson2023-03-011-8/+8
* tor-cell: Make EstablishIntro do signaturesNick Mathewson2023-03-011-38/+229
* tor-cell: Use a more generic mechanism for managing extensionsNick Mathewson2023-02-151-47/+33
* tor-cell: Extract establish-intro into its own module.Nick Mathewson2023-02-151-0/+217