<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-llcrypto/src, branch arti-v1.1.11</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.11</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.11'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-11-30T00:51:07Z</updated>
<entry>
<title>Fix a rustdoc error.</title>
<updated>2023-11-30T00:51:07Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-30T00:51:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0b5aba974e6fe4abe7ae23ff0f619b7eb5d2175d'/>
<id>urn:sha1:0b5aba974e6fe4abe7ae23ff0f619b7eb5d2175d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Resolve an unfinished sentence</title>
<updated>2023-11-29T20:24:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-29T20:24:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5a8171683d4718b9a25e4b2a224fe1ad96f5708b'/>
<id>urn:sha1:5a8171683d4718b9a25e4b2a224fe1ad96f5708b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>grammar fix in comment</title>
<updated>2023-11-29T20:22:19Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-11-29T20:22:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b312bc8b284a2e6ba179e22fd75eeec3ecedae89'/>
<id>urn:sha1:b312bc8b284a2e6ba179e22fd75eeec3ecedae89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>llcrypto: remove a comment suggesting a grand renaming.</title>
<updated>2023-11-29T17:47:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-29T17:47:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c1d5e717a58c2e348aa1e91e98e3088866e46369'/>
<id>urn:sha1:c1d5e717a58c2e348aa1e91e98e3088866e46369</id>
<content type='text'>
</content>
</entry>
<entry>
<title>llcrypto: Hide the members of ExpandedKeypair.</title>
<updated>2023-11-29T17:10:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-29T17:10:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=adc3209c6bef9cc03542c31c22c0f308938e1643'/>
<id>urn:sha1:adc3209c6bef9cc03542c31c22c0f308938e1643</id>
<content type='text'>
With this change, we no longer expose the ExpandedSecretKey
unescorted, which makes it harder to misuse the API.
</content>
</entry>
<entry>
<title>llcrypto: Undo internal ed25519-dalek renamings in keymanip.rs</title>
<updated>2023-11-29T16:27:15Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-29T16:27:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f50f0780bd151f75677168e48012829f8f1e936f'/>
<id>urn:sha1:f50f0780bd151f75677168e48012829f8f1e936f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>llcrypto: Remove redundant re-exports in keymanip.</title>
<updated>2023-11-29T16:17:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-29T16:17:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=af75131bcfca2c89d200fa13704be1f49a9fd94d'/>
<id>urn:sha1:af75131bcfca2c89d200fa13704be1f49a9fd94d</id>
<content type='text'>
(These types were all already re-exported from pk::ed25519.)
</content>
</entry>
<entry>
<title>llcrypto: Remove ExpandedSecretKey export.</title>
<updated>2023-11-29T16:11:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-29T16:11:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4470b378f69caf42dcf81277b9883247e2c62103'/>
<id>urn:sha1:4470b378f69caf42dcf81277b9883247e2c62103</id>
<content type='text'>
This type was part of `hazmat`, and was no longer necessary anywhere
in our codebase.  (It had one remaining user, which was easy enough
to remove.)  By removing it, we remove the opportunity for using an
unescorted ed25519 private key.
</content>
</entry>
<entry>
<title>Fix a typo in comment in llcrypto.</title>
<updated>2023-11-29T16:08:04Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-29T16:08:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=135918a602df17d0bd2baaccfc39dd227af22514'/>
<id>urn:sha1:135918a602df17d0bd2baaccfc39dd227af22514</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clarify and downgrade TODO about ReusableSecret.</title>
<updated>2023-11-29T16:03:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-29T16:03:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1a45a2b9af6aa2a6bba8a255f2c2e0fa35ea9cc0'/>
<id>urn:sha1:1a45a2b9af6aa2a6bba8a255f2c2e0fa35ea9cc0</id>
<content type='text'>
</content>
</entry>
</feed>
