]> www.infradead.org Git - users/sagi/libnvme.git/commit
crc32: Add CRC32 algorithm
authorHannes Reinecke <hare@suse.de>
Sun, 25 Feb 2024 13:38:46 +0000 (14:38 +0100)
committerDaniel Wagner <wagi@monom.org>
Thu, 7 Mar 2024 13:49:46 +0000 (14:49 +0100)
commit89eb4633e4ed7adb64b66efb89daf48255c104fa
treeb977eb610b06cc73105dc3283104c1a8c163f795
parente6d2be4bfe24677457d2d1b14644c35693e36129
crc32: Add CRC32 algorithm

Free implementation based on FreeBSD sources.

Signed-off-by: Hannes Reinecke <hare@suse.de>
src/meson.build
src/nvme/crc32.c [new file with mode: 0644]
src/nvme/crc32.h [new file with mode: 0644]