aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/xmss/xmss_common_ops.cpp
diff options
context:
space:
mode:
authorMatthias Gierlings <[email protected]>2017-11-19 20:23:47 +0100
committerMatthias Gierlings <[email protected]>2017-11-21 21:05:59 +0100
commitf0af55db4e0f3b4424a56f36e2d1885445ce9535 (patch)
tree36141eefa1892efeea88648b7cad666f5951bbbf /src/lib/pubkey/xmss/xmss_common_ops.cpp
parent407760dc7876ed1af47233cd1f523f514c9be75e (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_common_ops.cpp')
-rw-r--r--src/lib/pubkey/xmss/xmss_common_ops.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pubkey/xmss/xmss_common_ops.cpp b/src/lib/pubkey/xmss/xmss_common_ops.cpp
index 2aca59817..7b1ed057b 100644
--- a/src/lib/pubkey/xmss/xmss_common_ops.cpp
+++ b/src/lib/pubkey/xmss/xmss_common_ops.cpp
@@ -1,7 +1,7 @@
/*
* XMSS Common Ops
* Operations shared by XMSS signature generation and verification operations.
- * (C) 2016 Matthias Gierlings
+ * (C) 2016,2017 Matthias Gierlings
*
* Botan is released under the Simplified BSD License (see license.txt)
**/