|
M5Unit-NFC 0.1.0 git rev:93745b5
|
Secure memory wipe helpers. More...
#include <cstddef>Go to the source code of this file.
Namespaces | |
| namespace | m5 |
| Top level namespace of M5Stack. | |
Functions | |
| void | m5::nfc::crypto::secure_zero (void *p, const size_t n) |
| Securely wipe a memory region (volatile-safe; not optimized away) | |
Secure memory wipe helpers.
|
inline |
Securely wipe a memory region (volatile-safe; not optimized away)
| p | Pointer to memory to wipe |
| n | Number of bytes to wipe |