aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pk_pad/emsa.h
diff options
context:
space:
mode:
authorRenĂ© Korthaus <[email protected]>2016-10-16 14:26:13 +0200
committerRenĂ© Korthaus <[email protected]>2016-10-19 09:13:27 +0200
commit6a75d6bd08dead5d9ba030ef5041885b11aa2228 (patch)
treeb602187ebd969a52bf5ecace8fd97ab3b2da35e8 /src/lib/pk_pad/emsa.h
parente236572e1d1f68e8dc61f6d18fd30c6fe9135961 (diff)
Improve pk_pad doxygen [ci skip]
Diffstat (limited to 'src/lib/pk_pad/emsa.h')
-rw-r--r--src/lib/pk_pad/emsa.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/pk_pad/emsa.h b/src/lib/pk_pad/emsa.h
index f4697d100..8e8720a66 100644
--- a/src/lib/pk_pad/emsa.h
+++ b/src/lib/pk_pad/emsa.h
@@ -60,6 +60,9 @@ class BOTAN_DLL EMSA
virtual ~EMSA();
+ /**
+ * @return a new object representing the same encoding method as *this
+ */
virtual EMSA* clone() = 0;
};