aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h')
-rw-r--r--src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h b/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h
index d6ce851ae..f61864d1f 100644
--- a/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h
+++ b/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h
@@ -1,5 +1,5 @@
/*
-* KDF1 from ISO 18033
+* KDF1 from ISO 18033-2
* (C) 2016 Philipp Weber
*
* Botan is released under the Simplified BSD License (see license.txt)
@@ -14,7 +14,7 @@
namespace Botan {
/**
-* KDF1, from IEEE 1363
+* KDF1, from ISO 18033-2
*/
class BOTAN_DLL KDF1_18033 : public KDF
{