Function mupdf_sys::fz_sha512_final

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

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

Never throws an exception.