Function sc_mem_clear

Source
pub unsafe extern "C" fn sc_mem_clear(ptr: *mut c_void, len: size_t)
Expand description

Clears a memory buffer (note: when OpenSSL is used this is currently a wrapper for OPENSSL_cleanse() ). @param ptr pointer to the memory buffer @param len length of the memory buffer