From 0aecf90263a2548c5d31c7bce6b978245e2ca16e Mon Sep 17 00:00:00 2001 From: Tim Segers Date: Thu, 30 Oct 2025 23:37:15 +0100 Subject: Deduce ext depth --- ext/util/util.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 ext/util/util.h (limited to 'ext/util/util.h') diff --git a/ext/util/util.h b/ext/util/util.h deleted file mode 100644 index c67972e..0000000 --- a/ext/util/util.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef UTIL_H -#define UTIL_H - -#include -#include - -int bin2hex(char *hex, size_t hexsize, const uint8_t *bin, size_t binlen); -int hex2bin(uint8_t *bin, size_t binsize, const char *hex, size_t hexlen); - -void randombytes(uint8_t *buf, uint64_t n); -void memzero(void *ptr, size_t num); - -#endif /* end of include guard: UTIL_H */ -- cgit v1.3.1