Function mupdf_sys::fz_md5_final

source ·
pub unsafe extern "C" fn fz_md5_final(
    state: *mut fz_md5,
    digest: *mut c_uchar
)
Expand description

MD5 finalization. Ends an MD5 message-digest operation, writing the message digest and zeroizing the context.

Never throws an exception.