<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-llcrypto/src/pk.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-21T15:27:41Z</updated>
<entry>
<title>tor-llcrypto: Improve documentation and move keyblinding.</title>
<updated>2021-05-21T15:27:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-21T15:27:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=57f65b261ee82a3124ce6a9facfa3c9cd17dc3e2'/>
<id>urn:sha1:57f65b261ee82a3124ce6a9facfa3c9cd17dc3e2</id>
<content type='text'>
</content>
</entry>
<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>llcrypto: Move ed25519 module into its own file.</title>
<updated>2020-10-15T15:45:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-10-15T15:45:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=85151085ec8bdd8a0a7229315f808e678df5be38'/>
<id>urn:sha1:85151085ec8bdd8a0a7229315f808e678df5be38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable batch ed25519 verification.</title>
<updated>2020-10-02T15:53:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-10-02T15:53:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=610739c139cd8d10e64e9b7b7f8f47dbf971120f'/>
<id>urn:sha1:610739c139cd8d10e64e9b7b7f8f47dbf971120f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document private members in most crates</title>
<updated>2020-09-24T23:25:37Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-09-21T21:24:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f945af0c411f978484d33e6a79bc183e1d5d9d5b'/>
<id>urn:sha1:f945af0c411f978484d33e6a79bc183e1d5d9d5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add unit test for ValidatableEd25519Signature</title>
<updated>2020-09-13T16:41:59Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-09-13T16:41:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fe5a05497fd4523a1a06042a9e2713ef2a03e5f0'/>
<id>urn:sha1:fe5a05497fd4523a1a06042a9e2713ef2a03e5f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate certificate and routerdesc checking to tor-checkable</title>
<updated>2020-09-03T18:45:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-09-03T17:47:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b3358673b53782ddb976b25b13eec4d50fb98650'/>
<id>urn:sha1:b3358673b53782ddb976b25b13eec4d50fb98650</id>
<content type='text'>
Now these types are parsed and returned wrapped inside a checkable
object.
</content>
</entry>
<entry>
<title>llcrypto: Define a "ValidatableSignature" type</title>
<updated>2020-09-03T14:34:40Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-09-03T13:23:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4ec97aa6138f6838112a9cb95bfe7344f183ba3a'/>
<id>urn:sha1:4ec97aa6138f6838112a9cb95bfe7344f183ba3a</id>
<content type='text'>
This type wraps a signature, a public key, and the signed object.
It's meant to be useful for implementing SelfSigned objects.
</content>
</entry>
<entry>
<title>most missing docs for llcrypto</title>
<updated>2020-05-09T02:32:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-05-08T15:19:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b48597fb18a21adb697de6094d756e5739075055'/>
<id>urn:sha1:b48597fb18a21adb697de6094d756e5739075055</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fresh git repository for work on "arti"</title>
<updated>2020-05-07T23:58:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-05-07T23:58:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bbcbf479024bd0f80faaf5f3a6665c1a09b25e54'/>
<id>urn:sha1:bbcbf479024bd0f80faaf5f3a6665c1a09b25e54</id>
<content type='text'>
Arti is a rust tor implementation.  It's project I've been working
on for a few months now, in weekends and in spare time.  It doesn't
speak the tor protocol yet, and it doesn't connect to the network at
all.

It needs much more documentation and testing, but I'm just about
ready to show it to others.  See the README.md for a description of
what is there and what isn't.
</content>
</entry>
</feed>
