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 00000000..32fd4e2d
--- /dev/null
+++ b/xmss_commons.h
@@ -0,0 +1,15 @@
+/*
+xmss_commons.h 20160722
+Andreas Hülsing
+Joost Rijneveld
+Public domain.
+*/
+#ifndef XMSS_COMMONS_H
+#define XMSS_COMMONS_H
+
+#include <stdlib.h>
+#include <stdint.h>
+
+void to_byte(unsigned char *output, unsigned long long in, uint32_t bytes);
+void hexdump(const unsigned char *a, size_t len);
+#endif \ No newline at end of file