Grid Community Toolkit  6.2.1705709074 (tag: v6.2.20240202)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xmss_commons.h
1 #ifdef WITH_XMSS
2 /* $OpenBSD: xmss_commons.h,v 1.3 2018/02/26 03:56:44 dtucker Exp $ */
3 /*
4 xmss_commons.h 20160722
5 Andreas Hülsing
6 Joost Rijneveld
7 Public domain.
8 */
9 #ifndef XMSS_COMMONS_H
10 #define XMSS_COMMONS_H
11 
12 #include <stdlib.h>
13 #ifdef HAVE_STDINT_H
14 #include <stdint.h>
15 #endif
16 #endif
17 void to_byte(unsigned char *output, unsigned long long in, uint32_t bytes);
18 #if 0
19 void hexdump(const unsigned char *a, size_t len);
20 #endif
21 #endif /* WITH_XMSS */