aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/xmss/xmss.h
blob: f12871672b58c00f98009a3fce2b78df405feb63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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