]> git.ipfire.org Git - thirdparty/util-linux.git/commit - include/crc32c.h
lib: Add simple crc32c() function
authorJohn Groves <jgroves@micron.com>
Thu, 16 Nov 2017 05:01:38 +0000 (23:01 -0600)
committerKarel Zak <kzak@redhat.com>
Thu, 16 Nov 2017 10:44:39 +0000 (11:44 +0100)
commit277e777fe8839b2434ddd394810a5fef86a61fab
tree256857efe40eb5d72baf10fe137d304f388f4deb
parent0ed9c7d59ffdc658c57d430767cec36de74a9535
lib: Add simple crc32c() function

Source: freebsd/sys/libkern/crc32.c
This code is an unmodified fragment from the source.  Will fixup
comments / naming in next commit

Signed-off-by: Karel Zak <kzak@redhat.com>
include/crc32c.h [new file with mode: 0644]
lib/Makemodule.am
lib/crc32c.c [new file with mode: 0644]