Function commoncrypto_sys::CC_SHA384_Final [] [src]

pub unsafe extern "C" fn CC_SHA384_Final(
    md: *mut u8,
    ctx: *mut CC_SHA512_CTX
) -> c_int

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