<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libzahl/src, branch master</title>
<subtitle>[Stable] Big integer library
</subtitle>
<id>https://git.maandree.se/libzahl/atom?h=master</id>
<link rel='self' href='https://git.maandree.se/libzahl/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/'/>
<updated>2016-06-10T11:35:41Z</updated>
<entry>
<title>Add a comment about storing the carry flag</title>
<updated>2016-06-10T11:35:41Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-06-10T11:35:41Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=6b97020bdbdc5eb08aaa638d0649013ce9c65188'/>
<id>urn:sha1:6b97020bdbdc5eb08aaa638d0649013ce9c65188</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>zptest: if n is even, let the witness be 2</title>
<updated>2016-05-13T17:07:07Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-05-13T17:07:07Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=fd9c83cbb9d80a8108cd5112d12f475406b44a20'/>
<id>urn:sha1:fd9c83cbb9d80a8108cd5112d12f475406b44a20</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Miscellaneous stuff</title>
<updated>2016-05-13T02:38:09Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-05-13T02:38:09Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=16a001c8fe4e5ca99d5aafdd8ed02a35f09b6caa'/>
<id>urn:sha1:16a001c8fe4e5ca99d5aafdd8ed02a35f09b6caa</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Always satisfy n=qd+r to avoid confusion</title>
<updated>2016-05-11T16:25:15Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-05-11T16:22:11Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=0703ea9ea4155d59d1356713789c60f5e6e8c7a6'/>
<id>urn:sha1:0703ea9ea4155d59d1356713789c60f5e6e8c7a6</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>zstr_length: do not validate the radix if ZAHL_UNSAFE is used</title>
<updated>2016-05-11T14:12:04Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-05-11T14:12:04Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=5e7e97338ce46c8cad125ffb0ea204ac9b7d51cb'/>
<id>urn:sha1:5e7e97338ce46c8cad125ffb0ea204ac9b7d51cb</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Work on the manual and zstr_length checks that the radix is valid</title>
<updated>2016-05-11T14:10:53Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-05-11T14:10:53Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=a36227cae9c9983faad42f98c3aa79c7a0d863a0'/>
<id>urn:sha1:a36227cae9c9983faad42f98c3aa79c7a0d863a0</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Some small improvements</title>
<updated>2016-05-07T15:22:42Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-05-07T15:22:42Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=d6f4393542998276250bd3f3519bb824ca4b3d91'/>
<id>urn:sha1:d6f4393542998276250bd3f3519bb824ca4b3d91</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Optimisations</title>
<updated>2016-05-07T01:02:56Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-05-07T01:02:56Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=fdc75a358e4c20116640c08f4e8ce7a09dc3cebd'/>
<id>urn:sha1:fdc75a358e4c20116640c08f4e8ce7a09dc3cebd</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Make zdiv and zmod (calls zdivmod) inline</title>
<updated>2016-05-06T17:00:44Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-05-06T17:00:44Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=4e659044778dfd05a5f5d2b41611e7737a0eb825'/>
<id>urn:sha1:4e659044778dfd05a5f5d2b41611e7737a0eb825</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Make zmul and zsqr (calls low-level functions) inline</title>
<updated>2016-05-06T11:48:43Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-05-06T11:48:43Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libzahl/commit/?id=b0e210a02b8576828ac64e8b97bd565fd28c8748'/>
<id>urn:sha1:b0e210a02b8576828ac64e8b97bd565fd28c8748</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
</feed>
