20#include <xrpl/crypto/secure_erase.h>
21#include <openssl/crypto.h>
28 OPENSSL_cleanse(dest, bytes);
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
void secure_erase(void *dest, std::size_t bytes)
Attempts to clear the given blob of memory.