summaryrefslogtreecommitdiff
path: root/xmss_commons.h
diff options
context:
space:
mode:
Diffstat (limited to 'xmss_commons.h')
-rw-r--r--xmss_commons.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/xmss_commons.h b/xmss_commons.h
new file mode 100644
index 000000000..32fd4e2dc
--- /dev/null
+++ b/xmss_commons.h
@@ -0,0 +1,15 @@
1/*
2xmss_commons.h 20160722
3Andreas Hülsing
4Joost Rijneveld
5Public domain.
6*/
7#ifndef XMSS_COMMONS_H
8#define XMSS_COMMONS_H
9
10#include <stdlib.h>
11#include <stdint.h>
12
13void to_byte(unsigned char *output, unsigned long long in, uint32_t bytes);
14void hexdump(const unsigned char *a, size_t len);
15#endif \ No newline at end of file