pub unsafe extern "C" fn fz_sha384_update(
    state: *mut fz_sha384,
    input: *const c_uchar,
    inlen: usize
)
Expand description

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

Never throws an exception.