Function oqs_sys::common::OQS_MEM_insecure_free
source · pub unsafe extern "C" fn OQS_MEM_insecure_free(ptr: *mut c_void)
Expand description
Frees ptr
.
Can be called with ptr = NULL
, in which case no operation is performed.
Should only be used on non-secret data.
@param[in] ptr The start of the memory to free.