qcrypto_memclear()

Updated: April 19, 2023

Set the cryptography safe memory to zero

Synopsis:

#include <qcrypto/qcrypto.h>
void qcrypto_memclear(void *dst,
                      size_t size)

Arguments:

dst
The destination buffer.
size
The destination buffer size.

Library:

libqcrypto