#[no_mangle]
pub unsafe extern "C" fn digest_sum64(
handle: *const DigestHandle,
) -> u64
Expand description
Calculates the CRC-64 checksum from the Digest (C-compatible shared library)
ยงSafety
Uses unsafe method calls
#[no_mangle]
pub unsafe extern "C" fn digest_sum64(
handle: *const DigestHandle,
) -> u64
Calculates the CRC-64 checksum from the Digest (C-compatible shared library)
Uses unsafe method calls