pub unsafe extern "C" fn CC_SHA384_Init(
ctx: *mut CC_SHA512_CTX,
) -> c_intExpand description
Initializes SHA384 hasher. See man 3cc CC_SHA for details.
pub unsafe extern "C" fn CC_SHA384_Init(
ctx: *mut CC_SHA512_CTX,
) -> c_intInitializes SHA384 hasher. See man 3cc CC_SHA for details.