7#include "security_intf.hpp"
8#include "../macros.hpp"
11hi_export_module(hikogui.security : impl);
13namespace tt::inline
v1 {
18 SecureZeroMemory(ptr, size);
DOXYGEN BUG.
Definition algorithm_misc.hpp:20
void secure_clear(void *ptr, size_t size) noexcept
Securely clear memory.
Definition security_win32_impl.hpp:16