rippled
Loading...
Searching...
No Matches
include
xrpl
crypto
secure_erase.h
1
#pragma once
2
3
#include <
cstddef
>
4
5
namespace
xrpl
{
6
21
void
22
secure_erase
(
void
* dest,
std::size_t
bytes);
23
24
}
// namespace xrpl
cstddef
xrpl
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:5
xrpl::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