summaryrefslogtreecommitdiff
path: root/crates/tor-hscrypto
Commit message (Expand)AuthorAgeFilesLines
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-4/+4
* Bump minor versions on crates with breaking changesNick Mathewson2023-06-301-1/+1
* Run "fixup-features".Nick Mathewson2023-06-291-1/+1
* tor-hscrypto: Provide values for NUM_INTRO_POINTIan Jackson2023-06-281-0/+12
* Upgrade to itertools 0.11.0Nick Mathewson2023-06-261-1/+1
* hscrypto: remove "tor-error/experimental-api" dependencyNick Mathewson2023-06-231-1/+1
* hscrypto: downgrade a comment to HSSNick Mathewson2023-06-221-1/+1
* Merge branch 'socks_errorkinds' into 'main'Nick Mathewson2023-06-222-0/+16
|\
| * New ErrorKind for invalid onion addressesNick Mathewson2023-06-222-0/+16
* | 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-132-32/+54
* hscrypto: remove compatibility note about time periods.Nick Mathewson2023-06-131-9/+0
* hscrypto: write a READMENick Mathewson2023-06-131-1/+20
* 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-092-0/+7
* tor-hscrypto: Break out REND_COOKIE_LENIan Jackson2023-06-091-1/+4
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-7/+7
* hscrypto: Remove an incorrect comment.Nick Mathewson2023-05-181-5/+0
* hscrypto: Replace ed25519 secret keys with keypairsNick Mathewson2023-05-181-42/+32
* Reformat Cargo.toml files.Nick Mathewson2023-05-151-5/+2
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-0/+1
* 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
* Increment crate versions.Nick Mathewson2023-05-031-7/+7
* Upgrade our hex-literal dependencyNick Mathewson2023-04-131-1/+1
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* 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
* Bump crate versions that have breaking changesNick Mathewson2023-03-311-2/+2
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-4/+4
* 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-082-3/+4
* Impl Redactable for HsIdIan Jackson2023-03-072-1/+26
* Debug HsId as the .onion; retain the hex printing as {:x}Ian Jackson2023-03-071-3/+10
* impl Display for HsIdIan Jackson2023-03-072-1/+147
* 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-282-0/+12