<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libsha2/process.c, branch 1.1.4</title>
<subtitle>[Feature complete] SHA-2-family hashing library
</subtitle>
<id>https://git.maandree.se/libsha2/atom?h=1.1.4</id>
<link rel='self' href='https://git.maandree.se/libsha2/atom?h=1.1.4'/>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/'/>
<updated>2026-05-04T09:34:58Z</updated>
<entry>
<title>Fix aarch64 support</title>
<updated>2026-05-04T09:34:58Z</updated>
<author>
<name>Mattias Andrée</name>
<email>m@maandree.se</email>
</author>
<published>2026-05-04T09:34:58Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=88749b1c04888ea965720cb8f2ec60c32075386c'/>
<id>urn:sha1:88749b1c04888ea965720cb8f2ec60c32075386c</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;m@maandree.se&gt;
</content>
</entry>
<entry>
<title>Add optimised SHA-256 implementation using SHA-256 instrinsics for ARMv8 (almost 70 times faster)</title>
<updated>2024-10-15T19:38:21Z</updated>
<author>
<name>Mattias Andrée</name>
<email>m@maandree.se</email>
</author>
<published>2024-10-15T19:38:21Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=d52f6ca14e59d95a5aa7377c22e1e37f486e84b5'/>
<id>urn:sha1:d52f6ca14e59d95a5aa7377c22e1e37f486e84b5</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;m@maandree.se&gt;
</content>
</entry>
<entry>
<title>Fix whitespace</title>
<updated>2024-10-14T13:42:33Z</updated>
<author>
<name>Mattias Andrée</name>
<email>m@maandree.se</email>
</author>
<published>2024-10-14T13:42:33Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=fdd66d4d0e0a48bc2b2430b07948ef42bc64e7db'/>
<id>urn:sha1:fdd66d4d0e0a48bc2b2430b07948ef42bc64e7db</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;m@maandree.se&gt;
</content>
</entry>
<entry>
<title>Silence warnings</title>
<updated>2024-08-24T08:15:35Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2024-08-24T08:15:35Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=011d7f381ce17f2f15d3a3c178971de3728c709f'/>
<id>urn:sha1:011d7f381ce17f2f15d3a3c178971de3728c709f</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Fix warning</title>
<updated>2024-08-24T08:13:32Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2024-08-24T08:13:32Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=3a341be5a3329f35259ddb56397f754158003866'/>
<id>urn:sha1:3a341be5a3329f35259ddb56397f754158003866</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>Use uint_leastN_t instead of uintN_t</title>
<updated>2022-07-07T14:07:31Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2022-07-07T14:07:31Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsha2/commit/?id=c65cda9f1761a19eac33a2e9d1e16599472ae067'/>
<id>urn:sha1:c65cda9f1761a19eac33a2e9d1e16599472ae067</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>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>
</feed>
