<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libkeccak, branch 1.1.4</title>
<subtitle>[Basically feature complete] Keccak-family, including SHA-3, hashing library
</subtitle>
<id>https://git.maandree.se/libkeccak/atom?h=1.1.4</id>
<link rel='self' href='https://git.maandree.se/libkeccak/atom?h=1.1.4'/>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libkeccak/'/>
<updated>2017-10-21T15:26:14Z</updated>
<entry>
<title>Fix makefile</title>
<updated>2017-10-21T15:26:14Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-10-21T15:26:14Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libkeccak/commit/?id=0d590921d8784653c5c5fd6863935da5a7d4c618'/>
<id>urn:sha1:0d590921d8784653c5c5fd6863935da5a7d4c618</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Fix use of LIBFLAGS</title>
<updated>2017-10-18T17:02:39Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-10-18T17:02:39Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libkeccak/commit/?id=982c00ffa9b47a3e7a8875e547f78feff0542d5b'/>
<id>urn:sha1:982c00ffa9b47a3e7a8875e547f78feff0542d5b</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Remove unnessary -r flag in make clean</title>
<updated>2017-10-15T18:38:26Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-10-15T18:38:26Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libkeccak/commit/?id=4e91ab4570c22e26433c52435d28ff23352f821e'/>
<id>urn:sha1:4e91ab4570c22e26433c52435d28ff23352f821e</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Merge pull request #6 from thebombzen/master</title>
<updated>2017-10-15T18:35:01Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@member.fsf.org</email>
</author>
<published>2017-10-15T18:35:01Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libkeccak/commit/?id=7957e90332c34eda7b65075b8bddc1d18672a6bd'/>
<id>urn:sha1:7957e90332c34eda7b65075b8bddc1d18672a6bd</id>
<content type='text'>
Two minor fixes</content>
</entry>
<entry>
<title>Makefile: use "rm -f" to prevent errors upon second cleaning</title>
<updated>2017-10-15T17:39:17Z</updated>
<author>
<name>Leo Izen</name>
<email>leo.izen@gmail.com</email>
</author>
<published>2017-10-15T17:39:17Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libkeccak/commit/?id=6a72708169b7f8b1add83e1255a883461af904b7'/>
<id>urn:sha1:6a72708169b7f8b1add83e1255a883461af904b7</id>
<content type='text'>
The coreutil `rm` will by default exit with failure if it is instructed
to remove a file that doesn't exist. Using `rm -f` will suppress this
behavior, so `rm` will exit with success whether or not the file had
existed before invoking `rm -f`.
</content>
</entry>
<entry>
<title>tests: use quotes when including libkeccak.h</title>
<updated>2017-10-15T17:28:28Z</updated>
<author>
<name>Leo Izen</name>
<email>leo.izen@gmail.com</email>
</author>
<published>2017-10-15T17:28:28Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libkeccak/commit/?id=64de36cc785cf2cb478db953e52151deaf5144c6'/>
<id>urn:sha1:64de36cc785cf2cb478db953e52151deaf5144c6</id>
<content type='text'>
If libkeccak is not already installed in the system, then
test.c and benchmark.c will fail to compile. This is because
they previously used `#include &lt;libkeccak.h&gt;` with angled brackets,
which doesn't search `.` by default. Using `#include "libkeccak.h"`
will search `.` so these will compile.
</content>
</entry>
<entry>
<title>Use basic config by default</title>
<updated>2017-10-13T23:12:30Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-10-13T23:12:30Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libkeccak/commit/?id=7e0ddd7b783e17af13b1294887d461479a1faa47'/>
<id>urn:sha1:7e0ddd7b783e17af13b1294887d461479a1faa47</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Fix makefile</title>
<updated>2017-10-13T23:07:14Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-10-13T23:07:14Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libkeccak/commit/?id=156a69150af8aaafb16e6052f01e91f9184f85f9'/>
<id>urn:sha1:156a69150af8aaafb16e6052f01e91f9184f85f9</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>General improvements</title>
<updated>2017-10-13T23:01:14Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-10-13T23:01:14Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libkeccak/commit/?id=3e1864aa14a33a3c917537a241f6a032cfcacf78'/>
<id>urn:sha1:3e1864aa14a33a3c917537a241f6a032cfcacf78</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Change style and license</title>
<updated>2017-10-13T21:02:32Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-10-13T21:02:32Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libkeccak/commit/?id=4cbd00d12f91101a8d1d2fcc30baeae465236273'/>
<id>urn:sha1:4cbd00d12f91101a8d1d2fcc30baeae465236273</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
</feed>
