aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/xmss/xmss_signature_operation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/pubkey/xmss/xmss_signature_operation.h')
-rw-r--r--src/lib/pubkey/xmss/xmss_signature_operation.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/pubkey/xmss/xmss_signature_operation.h b/src/lib/pubkey/xmss/xmss_signature_operation.h
index a1c395fa6..e57e8a9aa 100644
--- a/src/lib/pubkey/xmss/xmss_signature_operation.h
+++ b/src/lib/pubkey/xmss/xmss_signature_operation.h
@@ -27,10 +27,9 @@ namespace Botan {
* 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_Signature_Operation final : public virtual PK_Ops::Signature,
public XMSS_Common_Ops