<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libzahl, branch 1.0</title>
<subtitle>[Stable] Big integer library
</subtitle>
<id>https://git.maandree.se/libzahl/atom?h=1.0</id>
<link rel='self' href='https://git.maandree.se/libzahl/atom?h=1.0'/>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/'/>
<updated>2016-03-05T23:29:13Z</updated>
<entry>
<title>-O3 seem to produce fastest binary</title>
<updated>2016-03-05T23:29:13Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-03-05T23:29:13Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=6a56b2eb154636e48d8f07aa3864bbc3885b99a1'/>
<id>urn:sha1:6a56b2eb154636e48d8f07aa3864bbc3885b99a1</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Clean up</title>
<updated>2016-03-05T22:31:47Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-03-05T22:31:47Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=a95fdea9c30d4788638481d409062914608b755b'/>
<id>urn:sha1:a95fdea9c30d4788638481d409062914608b755b</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Makefile: add install and uninstall</title>
<updated>2016-03-05T21:46:24Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-03-05T21:46:24Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=199e1c82c83a58b8343ba0e46a73c7fe9fe2bf0c'/>
<id>urn:sha1:199e1c82c83a58b8343ba0e46a73c7fe9fe2bf0c</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Add memory pool, also let the user know that libzahl is not designed for cryptography</title>
<updated>2016-03-05T21:28:33Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-03-05T21:27:04Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=c1f4d263ec1004512cdd6b38b351eb2fe2321c22'/>
<id>urn:sha1:c1f4d263ec1004512cdd6b38b351eb2fe2321c22</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>zinit is now an inline function</title>
<updated>2016-03-05T19:59:03Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-03-05T19:59:03Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=48a89e0e110907a7a60ed8f5a0977e3b34661259'/>
<id>urn:sha1:48a89e0e110907a7a60ed8f5a0977e3b34661259</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Improve zsub, only copy to temp when necessary</title>
<updated>2016-03-05T19:42:34Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-03-05T19:42:34Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=64157e1d0e47a8b4e34817d77325fa09e1250b5f'/>
<id>urn:sha1:64157e1d0e47a8b4e34817d77325fa09e1250b5f</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Fix bugs and add a randomised testing</title>
<updated>2016-03-05T19:16:14Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-03-05T19:16:14Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=5860237d2f05f6ae45a98569b0d567c2227904c6'/>
<id>urn:sha1:5860237d2f05f6ae45a98569b0d567c2227904c6</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>More detailed description of division and modulus</title>
<updated>2016-03-05T15:37:07Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-03-05T15:36:56Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=8237156ffb390b38c55863d1b14f246af8a1c19c'/>
<id>urn:sha1:8237156ffb390b38c55863d1b14f246af8a1c19c</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Makefile: add check rule</title>
<updated>2016-03-04T22:57:16Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-03-04T22:57:16Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=cb82f578cadb97cdfc79b7e8e160a7a598265a73'/>
<id>urn:sha1:cb82f578cadb97cdfc79b7e8e160a7a598265a73</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Clean up, add zerror and zperror, fix bugs and add more tests</title>
<updated>2016-03-04T22:50:00Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-03-04T22:50:00Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=76d0af5599554d11f104d582cdac8fbaa8569fcc'/>
<id>urn:sha1:76d0af5599554d11f104d582cdac8fbaa8569fcc</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
</feed>
