<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-hscrypto/src/pk.rs, branch arti-v1.1.1</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.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-01-27T13:28:02Z</updated>
<entry>
<title>Allow clippy::unchecked_duration_subtraction in tests</title>
<updated>2023-01-27T13:28:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-27T13:01:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a6dd92843edf2bd4c58de62a0d562921e4191ada'/>
<id>urn:sha1:a6dd92843edf2bd4c58de62a0d562921e4191ada</id>
<content type='text'>
This panics on error, and we're fine with a panic on misbehavior in
tests.
</content>
</entry>
<entry>
<title>hscrypto: Explain why vanity onions require expanded secret keys.</title>
<updated>2023-01-25T19:14:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-25T19:14:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9864fd9db86fd68ba2e126c610cec3478331daf6'/>
<id>urn:sha1:9864fd9db86fd68ba2e126c610cec3478331daf6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hscrypto: document why we have keys in un-expanded form</title>
<updated>2023-01-25T19:07:04Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-25T19:07:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4399722ada0bed17665c4a1e44fe032b19d7daa9'/>
<id>urn:sha1:4399722ada0bed17665c4a1e44fe032b19d7daa9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply several clarifications (and fixes for missing refs)</title>
<updated>2023-01-25T18:54:48Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2023-01-25T18:54:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ab0edd55e0198cd8df00164f8290021d08158824'/>
<id>urn:sha1:ab0edd55e0198cd8df00164f8290021d08158824</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hscrypto: Revise TimePeriod to account for variable offset.</title>
<updated>2023-01-24T20:04:40Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-24T20:04:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fe6575ef98a65c19a08b62406d855625a4b1463d'/>
<id>urn:sha1:fe6575ef98a65c19a08b62406d855625a4b1463d</id>
<content type='text'>
Previously, the offset was set to 12 hours unconditionally (like the
spec says).  But based on a conversation on tor-dev, it seems that
the offset should actually be 12 times the voting interval.

I'm also opening an MR to change the spec.
</content>
</entry>
<entry>
<title>hscrypto: Add documentation for ClientSecretKeys</title>
<updated>2023-01-24T18:40:59Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-24T18:39:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=108bb72c5e40dec1a4612839efaf3b05b73c7490'/>
<id>urn:sha1:108bb72c5e40dec1a4612839efaf3b05b73c7490</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a note about why we use ExpandedSecretKey for OnionIdSecretKey</title>
<updated>2023-01-24T18:40:59Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-19T17:58:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=93cdb0a2c38e6596672e232d3e138e3f40d4c147'/>
<id>urn:sha1:93cdb0a2c38e6596672e232d3e138e3f40d4c147</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hscrypto: Add our standard clippy warnings</title>
<updated>2023-01-24T18:40:59Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-19T17:45:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=00aaf79620e74d5f5d581a5306c91ff65fbcbf2b'/>
<id>urn:sha1:00aaf79620e74d5f5d581a5306c91ff65fbcbf2b</id>
<content type='text'>
(I have squashed the fixes for these warnings into the earlier
commits in this branch, so it will look like I did everything right
the first time.)
</content>
</entry>
<entry>
<title>hscrypto: Implement key blinding.</title>
<updated>2023-01-24T18:40:59Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-19T17:28:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f192429442b80e33b1827e3901c09841992f337d'/>
<id>urn:sha1:f192429442b80e33b1827e3901c09841992f337d</id>
<content type='text'>
This implementation was made based on the specification, and then
validated against itself, and against C Tor.
</content>
</entry>
<entry>
<title>hscrypto: use a macro to define our byte wrappers too.</title>
<updated>2023-01-24T18:33:48Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-19T13:40:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=49afcafadd5981126b51922b828b51ffca327274'/>
<id>urn:sha1:49afcafadd5981126b51922b828b51ffca327274</id>
<content type='text'>
</content>
</entry>
</feed>
