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/utils | |
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/utils')
-rw-r--r-- | src/lib/utils/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/types.h b/src/lib/utils/types.h index f3164e05a..953471fb6 100644 --- a/src/lib/utils/types.h +++ b/src/lib/utils/types.h @@ -59,7 +59,7 @@ namespace Botan { * @ref sm2_enc.h "SM2" * <dt>Public Key Signature Schemes<dd> * @ref dsa.h "DSA", @ref ecdsa.h "ECDSA", @ref ecgdsa.h "ECGDSA", @ref eckcdsa.h "ECKCDSA", -* @ref gost_3410.h "GOST 34.10-2001", @ref sm2.h "SM2" +* @ref gost_3410.h "GOST 34.10-2001", @ref sm2.h "SM2", @ref xmss.h "XMSS" * <dt>Key Agreement<dd> * @ref dh.h "DH", @ref ecdh.h "ECDH" * <dt>Compression<dd> |