Function mupdf_sys::fz_sha256_update[][src]

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

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

Never throws an exception.