Merge branch 'development' into LTS_development
This commit is contained in:
commit
f77f1bc14d
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
namespace checksum {
|
namespace checksum {
|
||||||
inline unsigned int crc32c(unsigned int crc, const char * data, size_t len) {
|
inline unsigned int crc32c(unsigned int crc, const char * data, size_t len) {
|
||||||
static const unsigned int table[256] = {
|
static const unsigned int table[256] = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue