diff options
author | René Korthaus <[email protected]> | 2016-10-18 13:21:48 +0200 |
---|---|---|
committer | René Korthaus <[email protected]> | 2016-10-19 09:13:40 +0200 |
commit | 99d71e5693f45c2b34528158ad8d8b641bcc87e3 (patch) | |
tree | b10d927e8a9b1415f52b7f99a28e1ca5b16a6e4c /src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h | |
parent | 61a7875fb261a049c70382517e83176b4108bb61 (diff) |
Minor doxygen fixes [ci skip]
Diffstat (limited to 'src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h')
-rw-r--r-- | src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h | 2 |
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: |