<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-bytes/src/impls.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-03-29T20:14:43Z</updated>
<entry>
<title>Rename Rsa{Identity,Signature} to fix clippy warning.</title>
<updated>2021-03-29T20:14:43Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-29T20:14:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3800c459f6a8bbab465ff3afcd650b5c42a953c5'/>
<id>urn:sha1:3800c459f6a8bbab465ff3afcd650b5c42a953c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improvements to Relay type in tor-netdir.</title>
<updated>2020-10-19T13:22:49Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-10-19T13:22:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=295a791a82c7ce5261fe1aacb58f1cd68d2d8419'/>
<id>urn:sha1:295a791a82c7ce5261fe1aacb58f1cd68d2d8419</id>
<content type='text'>
Now, a Relay is always valid.  This required some changes to the
API: all_relays() has to return a new UncheckedRelay type that might
or might not be valid, and the functions on Relay and ChanTarget
that return ed25519 identities need to return an Ed25519Identity,
not an ed25519::PublicKey.

This change required some new encoding/decoding/conversion functions
on Ed25519Identity.
</content>
</entry>
<entry>
<title>More tests for tor_bytes::impl</title>
<updated>2020-09-15T15:39:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-09-15T15:39:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e3a524a65946aaa6d01c0dacbb8808dff5b5f1df'/>
<id>urn:sha1:e3a524a65946aaa6d01c0dacbb8808dff5b5f1df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor_bytes: Remove an extraneous println</title>
<updated>2020-09-15T15:26:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-09-15T15:26:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=94792f583bd98605d76dea30979ffc7e8f28a969'/>
<id>urn:sha1:94792f583bd98605d76dea30979ffc7e8f28a969</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bytes: add tests for impl.rs</title>
<updated>2020-09-15T15:06:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-09-15T15:06:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=af7052657e4c4a7b4b9379215510596ddb0065dd'/>
<id>urn:sha1:af7052657e4c4a7b4b9379215510596ddb0065dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement most of client-side channel cert validation.</title>
<updated>2020-09-09T20:19:42Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-09-09T20:19:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8d01a0a808ddbac25af164a67b15340fbeaf7e8d'/>
<id>urn:sha1:8d01a0a808ddbac25af164a67b15340fbeaf7e8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix clippy warnings; improve key type for consensus.</title>
<updated>2020-09-07T21:27:29Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-09-07T21:27:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a4f1b273341dcc8952d202db470ec50bb6065b1b'/>
<id>urn:sha1:a4f1b273341dcc8952d202db470ec50bb6065b1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-bytes: Add initial support for the bytes crate</title>
<updated>2020-09-05T14:07:23Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-09-05T14:06:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8db525dab49593d92689cdda7878117c9d475170'/>
<id>urn:sha1:8db525dab49593d92689cdda7878117c9d475170</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to latest packages; ed25519 now needs signature crate traits.</title>
<updated>2020-07-21T00:55:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-07-21T00:55:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=173bec26a5eb204d6fa92ee20abdc98480f9780f'/>
<id>urn:sha1:173bec26a5eb204d6fa92ee20abdc98480f9780f</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>
</feed>
