MINOR: hash: add new function hash_crc32c
authorEmmanuel Hocdet <manu@gandi.net>
Mon, 5 Feb 2018 14:23:39 +0000 (15:23 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 21 Mar 2018 04:04:01 +0000 (05:04 +0100)
commit6afd898988454632caefc911cbc66664d08b08f6
treec8cb5101978cd54461714d803a1c6c2195a40b4e
parent3e9548777e72ffc60a029d54673fd21c7178aec8
MINOR: hash: add new function hash_crc32c

This function will be used to perform CRC32c computations. This is
required to compute proxy protocol v2 CRC32C tlv (PP2_TYPE_CRC32C).
include/common/hash.h
src/hash.c