aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/relaycell/conflux.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-2/+2
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* tor-cell: Make conflux::V1Nonce opaque, add constructor.Gabriela Moldovan2025-04-081-7/+30
* tor-cell: Copy ConfluxSwitch::seqno in getter.Gabriela Moldovan2025-04-081-0/+1
* tor-cell: Add setters for the V1LinkPayload seqnos.Gabriela Moldovan2025-03-131-0/+10
* tor-cell: Make V1_LINK_NONCE_LEN pub.Gabriela Moldovan2025-03-131-1/+1
* tor-cell: Add constructors for the conflux cell types.Gabriela Moldovan2025-03-131-0/+46
* tor-cell: Add type alias for the V1LinkPayload nonce.Gabriela Moldovan2025-03-131-1/+4
* tor-cell: Add encodable conflux relay message types.Gabriela Moldovan2025-02-181-0/+195