CC_SHA256_Init

Function CC_SHA256_Init 

Source
pub unsafe extern "C" fn CC_SHA256_Init(
    ctx: *mut CC_SHA256_CTX,
) -> c_int
Expand description

Initializes SHA256 hasher. See man 3cc CC_SHA for details.