summaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/relaycell/hs
Commit message (Expand)AuthorAgeFilesLines
* tor-llcrypto: Stop deriving Deref in CtByteArrayNeel Chauhan2025-11-241-1/+1
* tor-hsservice: Change capping of PoW effort.Wesley Aptekar-Cassels2025-08-131-10/+0
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-3/+3
* tor-cell: Add ProofOfWorkV1::cap_effort function.Wesley Aptekar-Cassels2025-08-051-0/+10
* Add methods for getting proof-of-work extension from intro request.Wesley Aptekar-Cassels2025-05-271-0/+9
* cell: Unify HS-ntor and ntor-v3 extensions.Nick Mathewson2025-05-074-28/+9
* cell: Make decl_extension_group macro more self-contained.Nick Mathewson2025-05-072-2/+2
* cell: move ExtList module out of hs module.Nick Mathewson2025-05-074-223/+3
* Wrap ed25519-dalek types.Nick Mathewson2025-03-181-1/+0
* fix: fix typosDimitris Apostolou2025-01-061-1/+1
* PoW: Consolidate feature flags into a single flag.Wesley Aptekar-Cassels2024-11-251-1/+1
* tor-cell: add clippy allowsSteven Engler2024-11-201-0/+1
* hs-pow: Clarify a confusing comment in ProofOfWorkV1.Wesley Aptekar-Cassels2024-10-091-1/+1
* hs-pow: Rename seed to seed_head.Wesley Aptekar-Cassels2024-10-091-3/+3
* hs-pow: Refactor to prefer stub types rather than cfg sprawl.Wesley Aptekar-Cassels2024-10-094-29/+90
* tor-hspow: Big refactor, dissolve this crateWesley Aptekar-Cassels2024-10-093-48/+61
* tor-cell: Support encoding proofs-of-work in intro_payloadWesley Aptekar-Cassels2024-10-092-4/+110
* tor-memquota: Explain choice of boundsIan Jackson2024-10-021-0/+2
* Revert "tor-cell: Use HasMemoryCostStructural, rather than Copy"Ian Jackson2024-10-021-1/+2
* tor-cell: Use HasMemoryCostStructural, rather than CopyIan Jackson2024-10-021-2/+1
* Some HasMemoryCost impls in tor-cellIan Jackson2024-10-022-6/+19
* 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
* tor-cell: Remove unused by_type() functionNeel Chauhan2023-10-131-10/+0
* cell: Add accessors to IntroduceHandshakePayloadNick Mathewson2023-08-161-0/+15
* cell, docs: Clarify what we mean by "Unrecognized".Nick Mathewson2023-08-151-2/+3
* cell: make establish_intro accept impl<Into<HsMacKey>>Nick Mathewson2023-08-141-15/+14
* Fix typosDimitris Apostolou2023-07-221-1/+1
* tor-cell: Downgrade 2 TODO-HS to TODO-HSSNick Mathewson2023-06-161-1/+1
* cell: Downgrade a couple more TODO HS comments.Nick Mathewson2023-06-131-2/+2
* cell: Remove some TODOsNick Mathewson2023-06-132-8/+2
* cell: remove/localize "allow(dead-code)"Nick Mathewson2023-06-132-3/+3
* Rename UnparsedLinkSpec => EncodedLinkSpecNick Mathewson2023-05-101-3/+3
* Serval rustdoc link fixes.Nick Mathewson2023-03-081-2/+2
* intro_payload: various doc fixes and TODOs from review.Nick Mathewson2023-03-081-4/+16
* tor-cell: Be a little more pedantic about INTRODUCE cell types.Nick Mathewson2023-03-081-3/+3
* tor-cell: Better describe the parts of intro payload.Nick Mathewson2023-03-081-3/+23
* tor-cell: Add code for the payload of an hs-ntor handshake.Nick Mathewson2023-03-061-0/+142
* 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
* Mark a quoted block as text, so doctest ignores it.Nick Mathewson2023-02-161-1/+1
* Add a TODO about combining several macros and patternsNick Mathewson2023-02-161-0/+4
* Make a comment more accurateIan Jackson2023-02-161-1/+3
* tor-cell: Use a more generic mechanism for managing extensionsNick Mathewson2023-02-152-47/+246