Function xz_embedded_sys::xz_crc64 [] [src]

pub unsafe extern "C" fn xz_crc64(buf: *const u8, size: size_t, crc: u64) -> u64

Update CRC64 value using the polynomial from ECMA-182.

To start a new calculation, the third argument must be zero. To continue the calculation, the previously returned value is passed as the third argument.