Function mupdf_sys::fz_md5_final[][src]

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

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

Never throws an exception.