aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/xmss/xmss_wots_parameters.h
diff options
context:
space:
mode:
authorMatthias Gierlings <[email protected]>2019-03-09 22:52:26 +0100
committerMatthias Gierlings <[email protected]>2019-05-06 10:00:20 +0200
commit4818ae0f35a109e35bb224aa135da6954584b9e7 (patch)
treef0a3171372e1b44d05845f7ea5b72225f625b410 /src/lib/pubkey/xmss/xmss_wots_parameters.h
parent5993c9e447a826582feea1cef75adec619bbd2f0 (diff)
Updates references to XMSS the standard document
Diffstat (limited to 'src/lib/pubkey/xmss/xmss_wots_parameters.h')
-rw-r--r--src/lib/pubkey/xmss/xmss_wots_parameters.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/pubkey/xmss/xmss_wots_parameters.h b/src/lib/pubkey/xmss/xmss_wots_parameters.h
index 34927abfb..3c86c34c4 100644
--- a/src/lib/pubkey/xmss/xmss_wots_parameters.h
+++ b/src/lib/pubkey/xmss/xmss_wots_parameters.h
@@ -19,10 +19,9 @@ namespace Botan {
* Descibes a signature method for XMSS Winternitz One Time Signatures,
* as defined in:
* [1] XMSS: Extended Hash-Based Signatures,
- * draft-itrf-cfrg-xmss-hash-based-signatures-06
- * Release: July 2016.
- * https://datatracker.ietf.org/doc/
- * draft-irtf-cfrg-xmss-hash-based-signatures/?include_text=1
+ * Request for Comments: 8391
+ * Release: May 2018.
+ * https://datatracker.ietf.org/doc/rfc8391/
**/
class XMSS_WOTS_Parameters final
{