<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ouroboros/src/lib/tests/crc64_test.c, branch be</title>
<subtitle>Ouroboros main repository</subtitle>
<id>http://133.ip-51-38-114.eu/cgit/ouroboros/atom?h=be</id>
<link rel='self' href='http://133.ip-51-38-114.eu/cgit/ouroboros/atom?h=be'/>
<link rel='alternate' type='text/html' href='http://133.ip-51-38-114.eu/cgit/ouroboros/'/>
<updated>2026-05-06T07:05:02+00:00</updated>
<entry>
<title>lib: Move CRC implementations to a subfolder</title>
<updated>2026-05-06T07:05:02+00:00</updated>
<author>
<name>Dimitri Staessens</name>
<email>dimitri@ouroboros.rocks</email>
</author>
<published>2026-04-26T05:56:38+00:00</published>
<link rel='alternate' type='text/html' href='http://133.ip-51-38-114.eu/cgit/ouroboros/commit/?id=4cfc607ebbff840991d893a8c0fa3a004caeb416'/>
<id>urn:sha1:4cfc607ebbff840991d893a8c0fa3a004caeb416</id>
<content type='text'>
Signed-off-by: Dimitri Staessens &lt;dimitri@ouroboros.rocks&gt;
Signed-off-by: Sander Vrijders &lt;sander@ouroboros.rocks&gt;
</content>
</entry>
<entry>
<title>lib: Add CRC-64/NVMe checksum</title>
<updated>2026-05-06T07:04:41+00:00</updated>
<author>
<name>Dimitri Staessens</name>
<email>dimitri@ouroboros.rocks</email>
</author>
<published>2026-04-25T20:46:05+00:00</published>
<link rel='alternate' type='text/html' href='http://133.ip-51-38-114.eu/cgit/ouroboros/commit/?id=20d4a472800cbc9338f0c6c9c3dfce8eb13663c7'/>
<id>urn:sha1:20d4a472800cbc9338f0c6c9c3dfce8eb13663c7</id>
<content type='text'>
Add CRC-64/NVMe implementation with compile-time hardware backend
selection:

  x86 PCLMUL+SSE4.1 fold-by-16 (HAVE_PCLMUL)
  aarch64 PMULL fold-by-16 when (HAVE_PMULL)

and a byte-table fallback.

It's added as HASH_CRC64 to enum hash_algo (in the internal-use-only
section after HASH_MD5). Both mem_hash() and hash_len() early-return
for HASH_CRC64 because libgcrypt has no CRC-64/NVMe.

Signed-off-by: Dimitri Staessens &lt;dimitri@ouroboros.rocks&gt;
Signed-off-by: Sander Vrijders &lt;sander@ouroboros.rocks&gt;
</content>
</entry>
</feed>
