<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-proto/src/crypto/ll/kdf.rs, branch arti-v0.0.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2021-05-18T17:45:39Z</updated>
<entry>
<title>Add the "unreachable_pub" lint.</title>
<updated>2021-05-18T17:45:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-18T17:45:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=411e1b35e054c8c9b373f6428c7c808ad8039ca0'/>
<id>urn:sha1:411e1b35e054c8c9b373f6428c7c808ad8039ca0</id>
<content type='text'>
This is a somewhat obnoxious change in its scope and requirements,
but it makes it easier to understand what the real public and
private parts of our APIs are.
</content>
</entry>
<entry>
<title>Add unseparated_literal_suffix lint, and fix it.</title>
<updated>2021-05-03T20:19:01Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-03T20:19:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d516298b47829e1a61bcc1bf9e2dbbb2d85336f6'/>
<id>urn:sha1:d516298b47829e1a61bcc1bf9e2dbbb2d85336f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Rust-1.51 clippy warnings about acronyms in camel case.</title>
<updated>2021-03-29T20:33:48Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-29T20:33:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3ad503866d5a6bab0a7774014579937c19c5d2c6'/>
<id>urn:sha1:3ad503866d5a6bab0a7774014579937c19c5d2c6</id>
<content type='text'>
This is painful, but we shouldn't have to do it again.
</content>
</entry>
<entry>
<title>Document all private members in tor-proto</title>
<updated>2020-10-13T14:55:07Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-10-13T14:55:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3d597a10bce28375bd65b2c14e18a2dc69acf824'/>
<id>urn:sha1:3d597a10bce28375bd65b2c14e18a2dc69acf824</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests for kdf functions in tor_proto</title>
<updated>2020-09-19T00:57:56Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-09-19T00:57:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3907e4a0c9482accf02b3d3a5c59a47289f274a2'/>
<id>urn:sha1:3907e4a0c9482accf02b3d3a5c59a47289f274a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>For circuits: Implement first hop create via create_fast.</title>
<updated>2020-09-11T23:00:55Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-09-11T20:39:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a4697e452808a4c341de2b86c16d6843f6855821'/>
<id>urn:sha1:a4697e452808a4c341de2b86c16d6843f6855821</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update to use latest rust-crypto traits and modules</title>
<updated>2020-06-10T18:16:07Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-06-10T18:16:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6264041b77565bae7b359620b48e7ef0e881e728'/>
<id>urn:sha1:6264041b77565bae7b359620b48e7ef0e881e728</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document most of tor-proto</title>
<updated>2020-05-09T20:25:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-05-09T20:25:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=240badb20b5b99c49a17a7043fbe5077845896b6'/>
<id>urn:sha1:240badb20b5b99c49a17a7043fbe5077845896b6</id>
<content type='text'>
(except for the worst parts that need refactoring the most)
</content>
</entry>
<entry>
<title>tor-proto: Fix a logic error in KDF-TOR implementation.</title>
<updated>2020-05-09T18:01:48Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-05-09T18:01:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=11abdcbf3ebe347733202b3b9c99461688fd3b4e'/>
<id>urn:sha1:11abdcbf3ebe347733202b3b9c99461688fd3b4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use links for traits in llcrypto docs</title>
<updated>2020-05-09T02:32:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-05-08T15:45:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=641576aa44885b85a0041d5edf3d4047ab259c03'/>
<id>urn:sha1:641576aa44885b85a0041d5edf3d4047ab259c03</id>
<content type='text'>
</content>
</entry>
</feed>
