15 #include "ndCoreStdafx.h"
17 D_CORE_API ndUnsigned64 dCRC64 (
const char*
const string, ndUnsigned64 crcAcc = 0);
18 D_CORE_API ndUnsigned64 dCRC64 (
const void*
const buffer, ndInt32 size, ndUnsigned64 crcAcc);
20 inline ndUnsigned64 dCombineCRC(ndUnsigned64 a, ndUnsigned64 b)