<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zears, branch v0.1.0</title>
<subtitle>AEZ v5 implementation in Rust</subtitle>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/zears/'/>
<entry>
<title>add repository link</title>
<updated>2025-04-09T19:42:46+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-04-09T19:42:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/zears/commit/?id=1bf45c790ec55e1111d0b6846b42029a76effdd3'/>
<id>1bf45c790ec55e1111d0b6846b42029a76effdd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change aez_prf to write into a buffer</title>
<updated>2025-04-09T19:24:53+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-04-09T19:24:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/zears/commit/?id=098e7d6aacbd1d496816ce0291a981ff665b2a36'/>
<id>098e7d6aacbd1d496816ce0291a981ff665b2a36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add first fuzz binary</title>
<updated>2025-04-09T18:49:36+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-04-09T18:49:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/zears/commit/?id=364e19dc96d97c0b38eeb389054e9d990ae47f11'/>
<id>364e19dc96d97c0b38eeb389054e9d990ae47f11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>expose non-vec API</title>
<updated>2025-04-09T18:46:01+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-04-09T18:46:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/zears/commit/?id=a361a2aa095774c66205639f534851c762c4353a'/>
<id>a361a2aa095774c66205639f534851c762c4353a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rewrite algorithm to work in-place</title>
<updated>2025-04-09T16:59:20+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-04-09T16:59:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/zears/commit/?id=995e4d9e8f5c4db5cee959cb8a45640773d34ce5'/>
<id>995e4d9e8f5c4db5cee959cb8a45640773d34ce5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>speed up computation of successive e values</title>
<updated>2025-04-09T11:33:03+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-04-09T11:33:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/zears/commit/?id=60fb0c69d24ed9081da48c6084c870f57a6c0a26'/>
<id>60fb0c69d24ed9081da48c6084c870f57a6c0a26</id>
<content type='text'>
This vastly speeds up the encipher/decipher functions, as we no longer
keep computing key_i * (1 &lt;&lt; exponent) over and over again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This vastly speeds up the encipher/decipher functions, as we no longer
keep computing key_i * (1 &lt;&lt; exponent) over and over again.
</pre>
</div>
</content>
</entry>
<entry>
<title>speed up multiplication</title>
<updated>2025-04-09T10:46:24+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-04-09T10:43:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/zears/commit/?id=590577f88042fd5bb281d9576324b6f709a07dc4'/>
<id>590577f88042fd5bb281d9576324b6f709a07dc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>speed up zero appendage</title>
<updated>2025-04-09T10:46:21+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-04-09T10:42:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/zears/commit/?id=9c5a943fdec6ecd9b547a851a6f20ac74d5884e4'/>
<id>9c5a943fdec6ecd9b547a851a6f20ac74d5884e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix overflow for long messages</title>
<updated>2025-04-09T07:19:19+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-04-09T07:19:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/zears/commit/?id=778da03f0d80c751a45fc3249d05a2859c4ddfcd'/>
<id>778da03f0d80c751a45fc3249d05a2859c4ddfcd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add test case for empty message</title>
<updated>2025-04-08T20:28:18+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-04-08T20:28:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/zears/commit/?id=a46e0233cf33f8b82414fa4b03ab1dc710d18ffe'/>
<id>a46e0233cf33f8b82414fa4b03ab1dc710d18ffe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
