Function commoncrypto_sys::CC_SHA256_Update [] [src]

pub unsafe extern "C" fn CC_SHA256_Update(
    ctx: *mut CC_SHA256_CTX,
    data: *const u8,
    n: usize
) -> c_int

Appends data to be hashed. See man 3cc CC_SHA for details.