1#ifndef GENERIC_CRC__H__
2#define GENERIC_CRC__H__
6uint16 gcrc16fwd(uint16,
const char*,
long len,
const uint16[256]);
7uint16 gcrc16rfl(uint16,
const char*,
long len,
const uint16[256]);
8uint32 gcrc32fwd(uint32,
const char*,
long len,
const uint32[256]);
9uint32 gcrc32rfl(uint32,
const char*,
long len,
const uint32[256]);
10uint64 gcrc64fwd(uint64,
const char*,
long len,
const uint64[256]);
11uint64 gcrc64rfl(uint64,
const char*,
long len,
const uint64[256]);