aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/xmss/xmss.h
blob: dd43f82843f26c61909cfd150ff5ad3d42c81cf6 (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