diff options
Diffstat (limited to 'src/lib/pubkey/xmss/xmss.h')
-rw-r--r-- | src/lib/pubkey/xmss/xmss.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/lib/pubkey/xmss/xmss.h b/src/lib/pubkey/xmss/xmss.h new file mode 100644 index 000000000..f12871672 --- /dev/null +++ b/src/lib/pubkey/xmss/xmss.h @@ -0,0 +1,15 @@ +/** + * XMSS + * Includes XMSS headers. + * (C) 2016 Matthias Gierlings + * + * Botan is released under the Simplified BSD License (see license.txt) + **/ + +#ifndef BOTAN_XMSS_H__ +#define BOTAN_XMSS_H__ + +#include <botan/xmss_publickey.h> +#include <botan/xmss_privatekey.h> + +#endif |