aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Modules/_hacl/lib_memzero0.h
blob: 2043834b9bbe0824e8627b4de3ae4d2deb960a29 (plain) (blame)
1
2
3
4
5
6
#include <inttypes.h>
#include "python_hacl_namespaces.h"

void Lib_Memzero0_memzero0(void *dst, uint64_t len);

#define Lib_Memzero0_memzero(dst, len, t, _ret_t) Lib_Memzero0_memzero0(dst, len * sizeof(t))