#[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
#[unsafe(no_mangle)]pub unsafe extern "C" fn hasher_finalize(
handle: *mut HasherHandle,
) -> u32
Calculates the CRC32 checksum for data that’s been written to the Hasher
Uses unsafe method calls