CC_SHA1_Update

Function CC_SHA1_Update 

Source
pub unsafe extern "C" fn CC_SHA1_Update(
    ctx: *mut CC_SHA_CTX,
    data: *const u8,
    n: usize,
) -> c_int
Expand description

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