aboutsummaryrefslogtreecommitdiffstats
path: root/src/pk_pad/emsa1
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-06-21 22:18:21 +0000
committerlloyd <[email protected]>2010-06-21 22:18:21 +0000
commit23da3a13a1d4852e6c7560c37e308ba0db6c77da (patch)
tree914df03485b9ff2b9fdd4c8670f9f86648375a8a /src/pk_pad/emsa1
parent2b1f7e7b700ae67c8c03a30aa123f59df00e9951 (diff)
Doxygen
Diffstat (limited to 'src/pk_pad/emsa1')
-rw-r--r--src/pk_pad/emsa1/emsa1.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pk_pad/emsa1/emsa1.h b/src/pk_pad/emsa1/emsa1.h
index e95414ad3..50fda5273 100644
--- a/src/pk_pad/emsa1/emsa1.h
+++ b/src/pk_pad/emsa1/emsa1.h
@@ -20,6 +20,9 @@ namespace Botan {
class BOTAN_DLL EMSA1 : public EMSA
{
public:
+ /**
+ * @param h the hash object to use
+ */
EMSA1(HashFunction* h) : hash(h) {}
~EMSA1() { delete hash; }
protected: