CC_SHA256_Final

Function CC_SHA256_Final 

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

Generates SHA256 hash. See man 3cc CC_SHA for details.