CC_SHA512_Final

Function CC_SHA512_Final 

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

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