Skip to main content

mbedtls_lms_public_free

Function mbedtls_lms_public_free 

Source
pub unsafe extern "C" fn mbedtls_lms_public_free(
    ctx: *mut mbedtls_lms_public_t,
)
Expand description

\brief This function uninitializes an LMS public context

\param ctx The initialized LMS context that will then be uninitialized.