<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-llcrypto/src/pk/ed25519.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-06-18T11:19:24Z</updated>
<entry>
<title>Fix some warnings about needless &amp; from nightly clippy</title>
<updated>2021-06-18T11:19:24Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-06-18T11:19:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e6faeaa1f8511d49cea13358f88cb1e42ae32ec2'/>
<id>urn:sha1:e6faeaa1f8511d49cea13358f88cb1e42ae32ec2</id>
<content type='text'>
</content>
</entry>
<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>Enforce (and obey) clippy lints about exhaustive enums, structs.</title>
<updated>2021-04-27T18:17:49Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-04-27T18:17:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2e3780affb54988bee60ab634a408dffd224cd3a'/>
<id>urn:sha1:2e3780affb54988bee60ab634a408dffd224cd3a</id>
<content type='text'>
These lints force us to declare our exported enums and
exhaustive-looking structs as non-exhaustive (so that we can add to
them in the future without breaking our API) or to explicitly
disable the warning for a given enum/struct (to say that we _intend_
for additions to be a breaking change).
</content>
</entry>
<entry>
<title>Resolve two clippy warnings in blind_pubkey.</title>
<updated>2021-03-29T22:08:56Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-29T22:08:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e9e85dfce8a525058eff272bd52118601f2a2ed0'/>
<id>urn:sha1:e9e85dfce8a525058eff272bd52118601f2a2ed0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>v3: Add two new test vectors that test key blinding clamping.</title>
<updated>2021-03-29T21:06:26Z</updated>
<author>
<name>George Kadianakis</name>
<email>desnacked@riseup.net</email>
</author>
<published>2021-03-29T21:05:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=32a117ebc089209bfa745e8fb50a0d321419e801'/>
<id>urn:sha1:32a117ebc089209bfa745e8fb50a0d321419e801</id>
<content type='text'>
</content>
</entry>
<entry>
<title>v3: Improve error handling on key blinding.</title>
<updated>2021-03-29T21:06:20Z</updated>
<author>
<name>George Kadianakis</name>
<email>desnacked@riseup.net</email>
</author>
<published>2021-03-29T18:05:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=294c6b08972c7268907d503a14b641c3385fe073'/>
<id>urn:sha1:294c6b08972c7268907d503a14b641c3385fe073</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement basic ed25519 key blinding for v3 onion services.</title>
<updated>2021-03-29T17:29:12Z</updated>
<author>
<name>George Kadianakis</name>
<email>desnacked@riseup.net</email>
</author>
<published>2021-03-29T17:27:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ea10259be25c264c7f228f7cf9dd6fe36fa8de38'/>
<id>urn:sha1:ea10259be25c264c7f228f7cf9dd6fe36fa8de38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change an unwrap() in llcrypto to an expect().</title>
<updated>2021-03-16T18:15:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-16T18:15:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ec6ef97fc6a0babcd6c6e6a9e2b1e87a490c30d1'/>
<id>urn:sha1:ec6ef97fc6a0babcd6c6e6a9e2b1e87a490c30d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>run cargo fix --edition-idioms</title>
<updated>2021-02-25T14:06:42Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-02-25T14:06:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9f473b2bbf8dda56fb5580193f29cfabe859b701'/>
<id>urn:sha1:9f473b2bbf8dda56fb5580193f29cfabe859b701</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add serde implementations for identity key types.</title>
<updated>2021-02-10T23:15:45Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-02-10T22:39:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=515c002c15fac1f7f3b2675d4e70e26cd794fcf6'/>
<id>urn:sha1:515c002c15fac1f7f3b2675d4e70e26cd794fcf6</id>
<content type='text'>
</content>
</entry>
</feed>
