Add new CRC-32C checksum functions to folly
Summary: * Added a new crc32c() function, with a portable implementation and an optimized version for x86 with SSE4.2 Test Plan: New unit test included Reviewed By: tudorb@fb.com FB internal diff: D1111515
Showing
folly/Checksum.cpp
0 → 100644
folly/Checksum.h
0 → 100644
folly/test/ChecksumTest.cpp
0 → 100644
Please register or sign in to comment