summaryrefslogtreecommitdiff
path: root/xmss_wots.h
diff options
context:
space:
mode:
Diffstat (limited to 'xmss_wots.h')
-rw-r--r--xmss_wots.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmss_wots.h b/xmss_wots.h
index 8bcb44e04..6b3177c22 100644
--- a/xmss_wots.h
+++ b/xmss_wots.h
@@ -1,3 +1,4 @@
1#ifdef WITH_XMSS
1/* 2/*
2wots.h version 20160722 3wots.h version 20160722
3Andreas Hülsing 4Andreas Hülsing
@@ -59,3 +60,4 @@ int wots_sign(unsigned char *sig, const unsigned char *msg, const unsigned char
59int wots_pkFromSig(unsigned char *pk, const unsigned char *sig, const unsigned char *msg, const wots_params *params, const unsigned char *pub_seed, uint32_t addr[8]); 60int wots_pkFromSig(unsigned char *pk, const unsigned char *sig, const unsigned char *msg, const wots_params *params, const unsigned char *pub_seed, uint32_t addr[8]);
60 61
61#endif 62#endif
63#endif /* WITH_XMSS */