Botan  2.1.0
Crypto and TLS for C++11
xmss.h
Go to the documentation of this file.
1 /*
2  * XMSS
3  * Includes XMSS headers.
4  * (C) 2016 Matthias Gierlings
5  *
6  * Botan is released under the Simplified BSD License (see license.txt)
7  **/
8 
9 #ifndef BOTAN_XMSS_H__
10 #define BOTAN_XMSS_H__
11 
12 #include <botan/xmss_publickey.h>
13 #include <botan/xmss_privatekey.h>
14 
15 #endif