summaryrefslogtreecommitdiff
path: root/crates/tor-hscrypto/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add a note about why we use ExpandedSecretKey for OnionIdSecretKeyNick Mathewson2023-01-242-2/+7
* hscrypto: Add our standard clippy warningsNick Mathewson2023-01-244-1/+66
* hscrypto: Implement key blinding.Nick Mathewson2023-01-242-10/+225
* hscrypto: Add an implementation for TimePeriodNick Mathewson2023-01-241-11/+118
* hscrypto: Implement hs_mac.Nick Mathewson2023-01-241-2/+55
* hscrypto: Improve documentation for RendCookieNick Mathewson2023-01-241-1/+5
* hscrypto: use a macro to define our byte wrappers too.Nick Mathewson2023-01-243-10/+56
* hscrypto: Add and use a macro to define all PK types.Nick Mathewson2023-01-243-36/+88
* hscrypto: A couple of spelling fixes.Nick Mathewson2023-01-241-2/+2
* hscrypto: Associate each type with new name from rend-spec-v3.txtNick Mathewson2023-01-242-10/+12
* CircMgr: Draft APIs used to implement onion service clients.Nick Mathewson2023-01-241-0/+9
* Sketch APIs for the onion service directory ring.Nick Mathewson2023-01-111-4/+0
* hscrypto: Add several derivesNick Mathewson2023-01-113-1/+14
* Create a new tor-hscrypto crate.Nick Mathewson2023-01-064-0/+219