oqs-sys 0.11.0+liboqs-0.13.0

Bindings to liboqs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: MIT
#if !defined( HSS_ZEROIZE_H_ )
#define HSS_ZEROIZE_H_

#include <stdlib.h>
#include "lms_namespace.h"

/* Zeroize an area, that is, scrub it from holding any potentially secret */
/* information */
void hss_zeroize( void *area, size_t len );

#endif /* HSS_ZEROIZE_H_ */