Function mupdf_sys::fz_sha384_final[][src]

pub unsafe extern "C" fn fz_sha384_final(
    state: *mut fz_sha384,
    digest: *mut c_uchar
)

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

Never throws an exception.