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