Go to the source code of this file.
◆ crc64()
Compute crc64, update given crc value with new data.
- Parameters
-
crc | The current crc value. Can pass 0 for a new one. |
data | A constant pointer to a buffer of length bytes. |
length | Number of bytes in the data buffer. |