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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h b/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h
index 3d6047153..08e2d5c61 100644
--- a/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h
+++ b/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h
@@ -29,7 +29,7 @@ class BOTAN_DLL KDF1_18033 : public KDF
const byte label[], size_t label_len) const override;
/**
- * @param h underlying hash function
+ * @param h hash function to use
*/
KDF1_18033(HashFunction* h) : m_hash(h) {}
private: