pub unsafe extern "C" fn CC_SHA256_Init(
ctx: *mut CC_SHA256_CTX,
) -> c_intExpand description
Initializes SHA256 hasher. See man 3cc CC_SHA for details.
pub unsafe extern "C" fn CC_SHA256_Init(
ctx: *mut CC_SHA256_CTX,
) -> c_intInitializes SHA256 hasher. See man 3cc CC_SHA for details.