ComputeCRC32 method
Compute CRC32 hash code
Implementation
int ComputeCRC32(Pointer<UnsignedChar> data, int dataSize)
=> _ComputeCRC32(data, dataSize);
Compute CRC32 hash code
int ComputeCRC32(Pointer<UnsignedChar> data, int dataSize)
=> _ComputeCRC32(data, dataSize);