Botan
2.13.0
Crypto and TLS for C++11
Main Page
Namespaces
Classes
Files
File List
File Members
src
lib
pubkey
xmss
xmss.h
Go to the documentation of this file.
1
/**
2
* @file xmss.h
3
* Includes headers required for Extended Hash-Based Signatures (XMSS)
4
* as described in [1]. @see Botan::XMSS_PublicKey and @see
5
* Botan::XMSS_PrivateKey for further
6
* details.
7
*
8
* <pre>
9
* [1] XMSS: Extended Hash-Based Signatures,
10
* Request for Comments: 8391
11
* Release: May 2018.
12
* https://datatracker.ietf.org/doc/rfc8391/
13
* </pre>
14
*
15
* (C) 2016,2017,2018 Matthias Gierlings
16
*
17
* Botan is released under the Simplified BSD License (see license.txt)
18
**/
19
20
#ifndef BOTAN_XMSS_H_
21
#define BOTAN_XMSS_H_
22
23
#include <botan/xmss_publickey.h>
24
#include <botan/xmss_privatekey.h>
25
26
#endif
Generated on Mon Jan 13 2020 21:02:51 for Botan by
1.8.9.1