<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zears, branch v0.2.1</title>
<subtitle>AEZ v5 implementation in Rust</subtitle>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/zears/'/>
<entry>
<title>bump version to 0.2.1</title>
<updated>2025-06-14T08:49:53+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-06-14T08:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/zears/commit/?id=8b6b19848f47c15524b08013610f07c115239da5'/>
<id>8b6b19848f47c15524b08013610f07c115239da5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add CHANGELOG</title>
<updated>2025-06-14T08:47:18+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-06-14T08:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/zears/commit/?id=44289d2309ca0ca8ca422e120967fb156b621964'/>
<id>44289d2309ca0ca8ca422e120967fb156b621964</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>some doc updates</title>
<updated>2025-06-13T16:20:44+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-06-13T16:20:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/zears/commit/?id=ab9599ab84256cf78a117d1e0bf7dfd8c36951b2'/>
<id>ab9599ab84256cf78a117d1e0bf7dfd8c36951b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't (always) allocate in decrypt</title>
<updated>2025-06-13T15:50:12+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-06-13T15:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/zears/commit/?id=d146075205d3115ebfb0cd560e224af47604f5c8'/>
<id>d146075205d3115ebfb0cd560e224af47604f5c8</id>
<content type='text'>
This is the same thing we do in encrypt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the same thing we do in encrypt
</pre>
</div>
</content>
</entry>
<entry>
<title>don't allocate in pad_to_blocks</title>
<updated>2025-06-13T15:41:19+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-06-13T15:41:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/zears/commit/?id=34cc371f5f47a4ce180bd81a3d7ecc3b53a3c67a'/>
<id>34cc371f5f47a4ce180bd81a3d7ecc3b53a3c67a</id>
<content type='text'>
This saves around 6% on my machine.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This saves around 6% on my machine.
</pre>
</div>
</content>
</entry>
<entry>
<title>implement Block::pad without integer conversion</title>
<updated>2025-06-13T15:40:05+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-06-13T15:40:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/zears/commit/?id=4bf0986d8c7a19c0b0eb7d875817fa8981c4d32e'/>
<id>4bf0986d8c7a19c0b0eb7d875817fa8981c4d32e</id>
<content type='text'>
Here, this gives around 2% in speedup in the 1024 byte case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Here, this gives around 2% in speedup in the 1024 byte case.
</pre>
</div>
</content>
</entry>
<entry>
<title>use SIMD for left-shift</title>
<updated>2025-06-13T15:39:21+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-06-13T15:35:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/zears/commit/?id=ffc0299cfd9bf32e02b61d15e52904d7ce268565'/>
<id>ffc0299cfd9bf32e02b61d15e52904d7ce268565</id>
<content type='text'>
This saves the integer conversion. Here, for the 1024 byte benchmark, I
get an improvement of ~4% in runtime
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This saves the integer conversion. Here, for the 1024 byte benchmark, I
get an improvement of ~4% in runtime
</pre>
</div>
</content>
</entry>
<entry>
<title>push version to 0.2.0</title>
<updated>2025-04-22T19:58:50+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-04-22T19:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/zears/commit/?id=9ff8dcab2c0de9dfceeadb2894afe1b079613faa'/>
<id>9ff8dcab2c0de9dfceeadb2894afe1b079613faa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add notes about fuzzing to readme</title>
<updated>2025-04-22T19:43:03+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-04-22T19:43:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/zears/commit/?id=aa259b1c8109bd590c1bd3abda0674729cfdf388'/>
<id>aa259b1c8109bd590c1bd3abda0674729cfdf388</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add keywords/categories/badges</title>
<updated>2025-04-17T11:50:01+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-04-17T11:50:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/zears/commit/?id=4bd12bb7d8ab938fadf4f63f6dbabd67dfc9e186'/>
<id>4bd12bb7d8ab938fadf4f63f6dbabd67dfc9e186</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
