summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/lib/pubkey/xmss/xmss_wots_parameters.h
blob: e8c3e2b4a3172af835bf80e39d5f33bb1b24c9a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * XMSS WOTS Parameters
 * (C) 2016,2018 Matthias Gierlings
 *
 * Botan is released under the Simplified BSD License (see license.txt)
 **/

#ifndef BOTAN_XMSS_WOTS_PARAMETERS_H_
#define BOTAN_XMSS_WOTS_PARAMETERS_H_

#include <botan/xmss_wots.h>
BOTAN_DEPRECATED_HEADER(xmss_wots_parameters.h)

#endif