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_parameters.cpp | |
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_parameters.cpp')
-rw-r--r-- | src/lib/pubkey/xmss/xmss_wots_parameters.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pubkey/xmss/xmss_wots_parameters.cpp b/src/lib/pubkey/xmss/xmss_wots_parameters.cpp index 3d11739eb..7ba3dad58 100644 --- a/src/lib/pubkey/xmss/xmss_wots_parameters.cpp +++ b/src/lib/pubkey/xmss/xmss_wots_parameters.cpp @@ -8,7 +8,7 @@ * https://datatracker.ietf.org/doc/ * draft-irtf-cfrg-xmss-hash-based-signatures/?include_text=1 * - * (C) 2016 Matthias Gierlings + * (C) 2016,2017 Matthias Gierlings * * Botan is released under the Simplified BSD License (see license.txt) **/ |