CC_SHA512_Init

Function CC_SHA512_Init 

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

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