pub unsafe extern "C" fn mbedtls_sha512_init(
    ctx: *mut mbedtls_sha512_context
)
Expand description

\brief This function initializes a SHA-512 context.

\param ctx The SHA-512 context to initialize. This must not be \c NULL.