<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-hscrypto/src/pk.rs, branch arti-v1.1.3</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.3</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.3'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-03-28T11:47:14Z</updated>
<entry>
<title>tor-hscrypto: key blinding: Use consistent terminology</title>
<updated>2023-03-28T11:47:14Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-28T11:46:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4c2a9332db55a660f9e725c0a0f20f2d8dd79d18'/>
<id>urn:sha1:4c2a9332db55a660f9e725c0a0f20f2d8dd79d18</id>
<content type='text'>
* Don't ever use the words "parameter" or "param".
  These doesn't appear in the spec anywhere.

* Use `h` as the variable name for the unclamped blinding factor,
  and `blinding_factor` in function names.
</content>
</entry>
<entry>
<title>Use the type system to enforce use of blinded keys.</title>
<updated>2023-03-27T10:45:51Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-03-22T19:09:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1d4069cc7f233c40c079a6dfbc7f5d93f350c555'/>
<id>urn:sha1:1d4069cc7f233c40c079a6dfbc7f5d93f350c555</id>
<content type='text'>
Hidden services use blinded singing keys derived from the identity key
to sign descriptor signing keys.

Before this patch, the hidden descriptor builder represented its blinded
signing keys (`blinded_id`) as plain `ed25519::Keypair`s. This was not
ideal, as there was nothing preventing the caller from accidentally
initializing `blinded_id` with an unblinded keypair.

This introduces a new `HsBlindKeypair` type to represent blinded
keypairs.

Signed-off-by: Gabriela Moldovan &lt;gabi@torproject.org&gt;
</content>
</entry>
<entry>
<title>Improve error from HsId parse of "www.B32.onion"</title>
<updated>2023-03-09T18:09:08Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-09T13:24:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=654f6689cf9ebaa1137dd86fa71005a93f84cd23'/>
<id>urn:sha1:654f6689cf9ebaa1137dd86fa71005a93f84cd23</id>
<content type='text'>
And add some clarity and todos about address errors.
</content>
</entry>
<entry>
<title>Test HsId parse of subdomain</title>
<updated>2023-03-09T13:41:12Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-09T13:12:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2957719c86ad4cd96e34a92437511ca2624370d4'/>
<id>urn:sha1:2957719c86ad4cd96e34a92437511ca2624370d4</id>
<content type='text'>
This error is not great.
</content>
</entry>
<entry>
<title>Use strip_suffix_ignore_ascii_case to quickly reject non-.onion HsId (fmt)</title>
<updated>2023-03-08T17:26:47Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-08T17:26:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8d031a7147947d73fa7a9e0a14f716a78a2310e9'/>
<id>urn:sha1:8d031a7147947d73fa7a9e0a14f716a78a2310e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use strip_suffix_ignore_ascii_case to quickly reject non-.onion HsId</title>
<updated>2023-03-08T17:26:47Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-08T16:17:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=80b69b9900f0770430df88893647af0aa74d53dd'/>
<id>urn:sha1:80b69b9900f0770430df88893647af0aa74d53dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Impl Redactable for HsId</title>
<updated>2023-03-07T19:03:28Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-07T16:31:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7081b73c92042e6bb8dd1c0121bbe89f98f8afe5'/>
<id>urn:sha1:7081b73c92042e6bb8dd1c0121bbe89f98f8afe5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Debug HsId as the .onion; retain the hex printing as {:x}</title>
<updated>2023-03-07T16:33:10Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-07T16:09:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ab8350b712f364b13bf234f26de962fec0579d34'/>
<id>urn:sha1:ab8350b712f364b13bf234f26de962fec0579d34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>impl Display for HsId</title>
<updated>2023-03-07T16:32:27Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-07T14:12:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=641e99af985e4dbdb2b7ce34d01dec3f6bdde196'/>
<id>urn:sha1:641e99af985e4dbdb2b7ce34d01dec3f6bdde196</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-llcrypto: Add a TODO re impl Redactable for HsId</title>
<updated>2023-03-01T16:39:03Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-02-28T16:22:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=76a2e82205af364fda5763fc0f263c80d554c213'/>
<id>urn:sha1:76a2e82205af364fda5763fc0f263c80d554c213</id>
<content type='text'>
</content>
</entry>
</feed>
