summaryrefslogtreecommitdiff
path: root/crates/tor-hscrypto/src
Commit message (Expand)AuthorAgeFilesLines
...
* hs_ntor: Take our k_hss_ntor keypair explicitly.Nick Mathewson2023-09-201-0/+5
* tor-hscrypto: Implement PartialEq for HsClientDescEncKey.Gabriela Moldovan2023-09-181-0/+6
* tor-crypto: Fix some derive formattingIan Jackson2023-09-181-1/+1
* hscrypto: Define a keypair type for HsSvcNtor{,Secret}KeyNick Mathewson2023-09-172-0/+35
* tor-hscrypto: Impl From<&HsBlindIdKeypair> for HsBlindIdKey.Gabriela Moldovan2023-08-251-0/+7
* tor-hscrypto: Add a function for deriving the subcredential.Gabriela Moldovan2023-08-251-3/+15
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-233-0/+3
* hscrypto: Expose hs_mac as a SimpleMac.Nick Mathewson2023-08-141-1/+16
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-104-0/+4
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* tor-hscrypto: Provide values for NUM_INTRO_POINTIan Jackson2023-06-281-0/+12
* hscrypto: downgrade a comment to HSSNick Mathewson2023-06-221-1/+1
* Merge branch 'socks_errorkinds' into 'main'Nick Mathewson2023-06-221-0/+15
|\
| * New ErrorKind for invalid onion addressesNick Mathewson2023-06-221-0/+15
* | lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
|/
* hscrypto: fix TODOs in time-period code.Nick Mathewson2023-06-131-32/+53
* hscrypto: remove compatibility note about time periods.Nick Mathewson2023-06-131-9/+0
* hscrypto: note that hs_mac is not a good choice for new protocolsNick Mathewson2023-06-131-1/+4
* hscrypto: comment out an unused key type.Nick Mathewson2023-06-131-5/+6
* hscrypto: Remove a TODO about extending an internal macro.Nick Mathewson2023-06-131-2/+0
* hscrypto: Remove a TODO about implementing ErrorKind.Nick Mathewson2023-06-131-1/+0
* hscrypto: clarify and downgrade TODOs about blinding secretsNick Mathewson2023-06-131-2/+10
* tor-hscrypto: implement Rng.gen() for RendCookieIan Jackson2023-06-091-0/+6
* tor-hscrypto: Break out REND_COOKIE_LENIan Jackson2023-06-091-1/+4
* hscrypto: Remove an incorrect comment.Nick Mathewson2023-05-181-5/+0
* hscrypto: Replace ed25519 secret keys with keypairsNick Mathewson2023-05-181-42/+32
* hscrypto: Add comment about impl that will be removed after we address #798.Gabriela Moldovan2023-05-031-0/+2
* hscrypto: Add From impl for deriving KP_hsc_desc_enc out of KS_hsc_desc_enc.Gabriela Moldovan2023-05-031-0/+6
* Debug as hex strings for HsBlindId and HsDirIndexIan Jackson2023-03-311-2/+3
* Stop requiring the caller to supply `AuthClient`s.Gabriela Moldovan2023-03-311-0/+15
* tor-hscrypto: key blinding: Use consistent terminologyIan Jackson2023-03-281-10/+12
* Use the type system to enforce use of blinded keys.Gabriela Moldovan2023-03-271-0/+24
* Add builder for encoding hidden service descriptors.Gabi Moldovan2023-03-241-1/+10
* Improve error from HsId parse of "www.B32.onion"Ian Jackson2023-03-091-2/+11
* Test HsId parse of subdomainIan Jackson2023-03-091-0/+1
* Use strip_suffix_ignore_ascii_case to quickly reject non-.onion HsId (fmt)Ian Jackson2023-03-081-1/+3
* Use strip_suffix_ignore_ascii_case to quickly reject non-.onion HsIdIan Jackson2023-03-081-3/+3
* Impl Redactable for HsIdIan Jackson2023-03-071-1/+25
* Debug HsId as the .onion; retain the hex printing as {:x}Ian Jackson2023-03-071-3/+10
* impl Display for HsIdIan Jackson2023-03-071-1/+144
* Merge branch 'hsconn' into 'main'Ian Jackson2023-03-011-12/+17
|\
| * tor-llcrypto: Add a TODO re impl Redactable for HsIdIan Jackson2023-03-011-0/+1
| * tor-hscrypto: Provide manual Debug impl for HsIdIan Jackson2023-03-011-1/+16
| * HS secret keys: Move aggregate/config to tor-hsclientIan Jackson2023-03-011-11/+0
* | Introduce a constant for the length of the output of hs_mac()Nick Mathewson2023-03-011-2/+5
|/
* hscrypto: Make several types Readable+WriteableNick Mathewson2023-02-281-0/+11
* hscrypto: Use minutes, not seconds, in blinding parameter.Nick Mathewson2023-02-101-8/+4
* hs time handling: Make TimePeriod contain length as IntegerMinutesIan Jackson2023-02-092-10/+24
* hscrypto,netdoc: Add and use a type for KP_hss_desc_enc.Nick Mathewson2023-02-081-0/+8