#include <ascon/utility.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
|
void | ascon_clean (void *buf, unsigned size) |
| Cleans a buffer that contains sensitive material. More...
|
|
◆ __STDC_WANT_LIB_EXT1__
#define __STDC_WANT_LIB_EXT1__ 1 /* Detect if the C library has memset_s */ |
◆ ascon_clean()
void ascon_clean |
( |
void * |
buf, |
|
|
unsigned |
size |
|
) |
| |
Cleans a buffer that contains sensitive material.
- Parameters
-
buf | Points to the buffer to clear. |
size | Size of the buffer to clear in bytes. |
Definition at line 38 of file ascon-clean.c.