mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 10:12:28 +02:00
[wallet] Securely erase potentially sensitive keys/values
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
// Attempt to overwrite data in the specified memory span.
|
||||
void memory_cleanse(void *ptr, size_t len);
|
||||
|
||||
#endif // BITCOIN_SUPPORT_CLEANSE_H
|
||||
|
||||
Reference in New Issue
Block a user