summaryrefslogtreecommitdiff
path: root/crates/tor-hscrypto/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Add builder for encoding hidden service descriptors.Gabi Moldovan2023-03-241-1/+10
* hscrypto: add From/Into between RevisionCounter and u64.Nick Mathewson2023-02-071-1/+3
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* hscrypto: Remove Credential.Nick Mathewson2023-01-251-19/+2
* Apply several clarifications (and fixes for missing refs)Ian Jackson2023-01-251-1/+3
* hscrypto: Add our standard clippy warningsNick Mathewson2023-01-241-1/+36
* hscrypto: Improve documentation for RendCookieNick Mathewson2023-01-241-1/+5
* hscrypto: use a macro to define our byte wrappers too.Nick Mathewson2023-01-241-6/+15
* hscrypto: Add and use a macro to define all PK types.Nick Mathewson2023-01-241-0/+1
* hscrypto: Associate each type with new name from rend-spec-v3.txtNick Mathewson2023-01-241-2/+2
* Sketch APIs for the onion service directory ring.Nick Mathewson2023-01-111-4/+0
* hscrypto: Add several derivesNick Mathewson2023-01-111-1/+4
* Create a new tor-hscrypto crate.Nick Mathewson2023-01-061-0/+45