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