qcrypto_memclear()

Updated: October 28, 2024

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
  翻译: