<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libsha2/digest.c, branch 1.1.4.1</title>
<subtitle>[Feature complete] SHA-2-family hashing library
</subtitle>
<id>https://git.maandree.se/libsha2/atom?h=1.1.4.1</id>
<link rel='self' href='https://git.maandree.se/libsha2/atom?h=1.1.4.1'/>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/'/>
<updated>2024-08-24T08:12:43Z</updated>
<entry>
<title>Fix bug</title>
<updated>2024-08-24T08:12:43Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2024-08-24T08:12:41Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=dda986f9552a01b3876bafc066fd10497bd190c6'/>
<id>urn:sha1:dda986f9552a01b3876bafc066fd10497bd190c6</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Use SHA extensions</title>
<updated>2022-07-08T11:23:00Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2022-07-08T11:23:00Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=312a92b5104fd5e9090bc079f458f9105a91e1ea'/>
<id>urn:sha1:312a92b5104fd5e9090bc079f458f9105a91e1ea</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Remove documentation from .c files that already exist in .h files</title>
<updated>2022-07-07T13:21:06Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2022-07-07T13:21:06Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=2b417525c4eb152bb6f5c4bb845c3c0ecccd456e'/>
<id>urn:sha1:2b417525c4eb152bb6f5c4bb845c3c0ecccd456e</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Add HMAC and use void * instead of char * for binary data</title>
<updated>2019-02-10T16:11:30Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2019-02-10T16:10:20Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=32a5ae4e65844615cb3e32aaefcdb7abe4af54c9'/>
<id>urn:sha1:32a5ae4e65844615cb3e32aaefcdb7abe4af54c9</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Use lowest bits rather than highest bits in complete byte, document this, and add tests</title>
<updated>2019-02-10T14:58:27Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2019-02-10T14:58:27Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=6b7209128ee0a7aa22126ed7f4cc3d0c2fee267b'/>
<id>urn:sha1:6b7209128ee0a7aa22126ed7f4cc3d0c2fee267b</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Minor fixes and tests</title>
<updated>2019-02-10T12:48:27Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2019-02-10T12:48:27Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=7f5da97d1078fbeee7ef6125802ab2c7092079e0'/>
<id>urn:sha1:7f5da97d1078fbeee7ef6125802ab2c7092079e0</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Fix warnings</title>
<updated>2019-02-10T10:33:36Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2019-02-10T10:33:36Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=4abde7f2560272a94c539e2b3eb86d2eb86929f3'/>
<id>urn:sha1:4abde7f2560272a94c539e2b3eb86d2eb86929f3</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Fix libsha2_digest + minor improvements</title>
<updated>2019-02-10T10:28:30Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2019-02-10T10:28:30Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=d84edd9500e6e22ba49c76dc93a7c0731755d008'/>
<id>urn:sha1:d84edd9500e6e22ba49c76dc93a7c0731755d008</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Fix warnings</title>
<updated>2019-02-09T20:30:06Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2019-02-09T20:30:06Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=ae42e15f211feb8625450e5dcc899ae29d885ba7'/>
<id>urn:sha1:ae42e15f211feb8625450e5dcc899ae29d885ba7</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Change license to ISC and reorganise</title>
<updated>2019-02-09T17:20:57Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2019-02-09T17:20:57Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=242430d5e52cf8ee49dcd1701cf134e7454910c6'/>
<id>urn:sha1:242430d5e52cf8ee49dcd1701cf134e7454910c6</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
</feed>
