diff options
author | Matthias Gierlings <[email protected]> | 2017-11-19 20:23:47 +0100 |
---|---|---|
committer | Matthias Gierlings <[email protected]> | 2017-11-21 21:05:59 +0100 |
commit | f0af55db4e0f3b4424a56f36e2d1885445ce9535 (patch) | |
tree | 36141eefa1892efeea88648b7cad666f5951bbbf /src/lib/pubkey/xmss/xmss_wots_publickey.h | |
parent | 407760dc7876ed1af47233cd1f523f514c9be75e (diff) |
Updates documentation, news and copyright notices.
- Adds XMSS to the index of supported signature schemes.
- Adds XMSS multithreading support to news.rst
- Updates copyright notices of edited files.
Diffstat (limited to 'src/lib/pubkey/xmss/xmss_wots_publickey.h')
-rw-r--r-- | src/lib/pubkey/xmss/xmss_wots_publickey.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/pubkey/xmss/xmss_wots_publickey.h b/src/lib/pubkey/xmss/xmss_wots_publickey.h index 58fb5ae36..97c7bd3e2 100644 --- a/src/lib/pubkey/xmss/xmss_wots_publickey.h +++ b/src/lib/pubkey/xmss/xmss_wots_publickey.h @@ -1,6 +1,6 @@ /* * XMSS WOTS Public Key - * (C) 2016 Matthias Gierlings + * (C) 2016,2017 Matthias Gierlings * * Botan is released under the Simplified BSD License (see license.txt) **/ @@ -29,7 +29,7 @@ typedef std::vector<secure_vector<uint8_t>> wots_keysig_t; * A Winternitz One Time Signature public key for use with Extended Hash-Based * Signatures. **/ -class BOTAN_PUBLIC_API(2,0) XMSS_WOTS_PublicKey : virtual public Public_Key +class XMSS_WOTS_PublicKey : virtual public Public_Key { public: class TreeSignature final |