aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/hsdesc/desc_enc.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade cipher, aes, and ctr.Nick Mathewson2026-07-131-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-1/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* tor-netdoc: Use the new "restricted discovery" terminology.Gabriela Moldovan2024-10-031-1/+1
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Conditionalise an importIan Jackson2023-06-281-0/+1
* netdoc: Remove dead_code exception; add accessors.Nick Mathewson2023-06-261-2/+1
* netdoc::doc::hsdesc changes to let us downgrade/remove allowsNick Mathewson2023-06-161-1/+1
* netdoc: unmark MAC_KEY_LEN as conjectural.Nick Mathewson2023-06-161-1/+1
* netdoc: remove a TODO about moving a module to where it already is.Nick Mathewson2023-06-161-2/+0
* tor-netdoc: remove use of arrayref.Nick Mathewson2023-06-011-3/+7
* Stop requiring the caller to supply `AuthClient`s.Gabriela Moldovan2023-03-311-0/+37
* Add builder for encoding hidden service descriptors.Gabi Moldovan2023-03-241-4/+4
* Define constants for `AuthClient` field lengths.Gabriela Moldovan2023-03-241-1/+10
* Turn two blocking TODOs in hsdesc into "TODO HS"Ian Jackson2023-03-211-1/+1
* Rename DescEncNonce => HsDescEncNonceNick Mathewson2023-02-091-2/+2
* netdoc::hsdesc: Distinguish layer from document.Nick Mathewson2023-02-081-6/+6
* tor-hscrypto: Rename key types to correspond to new spec names.Nick Mathewson2023-02-081-2/+2
* Rename DescriptorCookie to DescEncNonceNick Mathewson2023-02-081-10/+8
* netdoc: Rename/comment objects from middle_layer.Nick Mathewson2023-02-071-0/+2
* netdoc: Rename/comment objects from desc_encNick Mathewson2023-02-071-19/+34
* netdoc: Try to add a bunch of clarifying documentation.Nick Mathewson2023-02-071-1/+13
* netdoc: Clear up a few typos in hsdesc comments and strings.Nick Mathewson2023-02-071-2/+2
* netdoc: Use correct size for descriptor encryption cookieNick Mathewson2023-02-071-2/+2
* netdoc: implement onion service descryptor encryptionNick Mathewson2023-02-071-5/+178
* netdoc: Outline some basic types for encoding HsDescs.Nick Mathewson2023-01-061-0/+47