rippled
Loading...
Searching...
No Matches
secure_erase.h
1#pragma once
2
3#include <cstddef>
4
5namespace xrpl {
6
21void
22secure_erase(void* dest, std::size_t bytes);
23
24} // namespace xrpl
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
void secure_erase(void *dest, std::size_t bytes)
Attempts to clear the given blob of memory.