hasher_finalize

Function hasher_finalize 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn hasher_finalize( handle: *mut HasherHandle, ) -> u32
Expand description

Calculates the CRC32 checksum for data that’s been written to the Hasher

§Safety

Uses unsafe method calls