Function commoncrypto_sys::CC_MD5_Final [] [src]

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

Generates MD5 hash. See man 3cc CC_MD5 for details.