Function commoncrypto_sys::CC_SHA512_Update [] [src]

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

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