aboutsummaryrefslogtreecommitdiffstats
path: root/src/pk_pad/eme1/eme1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pk_pad/eme1/eme1.h')
-rw-r--r--src/pk_pad/eme1/eme1.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/pk_pad/eme1/eme1.h b/src/pk_pad/eme1/eme1.h
index d00eeeeb9..0ecdb279e 100644
--- a/src/pk_pad/eme1/eme1.h
+++ b/src/pk_pad/eme1/eme1.h
@@ -23,9 +23,8 @@ class BOTAN_DLL EME1 : public EME
u32bit maximum_input_size(u32bit) const;
/**
- EME1 constructor. Hash will be deleted by ~EME1 (when mgf is deleted)
-
- P is an optional label. Normally empty.
+ * @param hash object to use for hashing (takes ownership)
+ * @param P an optional label. Normally empty.
*/
EME1(HashFunction* hash, const std::string& P = "");