CatapultServer  v0.5.0.1 (Elephant)
SecureZero.h File Reference
Include dependency graph for SecureZero.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 catapult
 
 catapult::crypto
 

Functions

void catapult::crypto::SecureZero (Key &key)
 Securely zeros out the memory backing the specified key. More...
 
void catapult::crypto::SecureZero (uint8_t *pData, size_t dataSize)
 Securely zeros out the memory backing the specified pData with size dataSize. More...