[][src]Function mupdf_sys::fz_sha512_update

pub unsafe extern "C" fn fz_sha512_update(
    state: *mut fz_sha512,
    input: *const c_uchar,
    inlen: usize
)

SHA512 block update operation. Continues an SHA512 message- digest operation, processing another message block, and updating the context.

Never throws an exception.