pub unsafe extern "C" fn sha512_init(ctx: *mut sha512_context_t)
Expand description
@brief SHA-512 initialization. Begins a SHA-512 operation.
@param ctx sha512_context_t handle to init, must not be NULL
pub unsafe extern "C" fn sha512_init(ctx: *mut sha512_context_t)
@brief SHA-512 initialization. Begins a SHA-512 operation.
@param ctx sha512_context_t handle to init, must not be NULL