aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pk_pad/emsa_pssr/pssr.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_pssr/pssr.h
parente236572e1d1f68e8dc61f6d18fd30c6fe9135961 (diff)
Improve pk_pad doxygen [ci skip]
Diffstat (limited to 'src/lib/pk_pad/emsa_pssr/pssr.h')
-rw-r--r--src/lib/pk_pad/emsa_pssr/pssr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/pk_pad/emsa_pssr/pssr.h b/src/lib/pk_pad/emsa_pssr/pssr.h
index 9b39417a5..fa8687fee 100644
--- a/src/lib/pk_pad/emsa_pssr/pssr.h
+++ b/src/lib/pk_pad/emsa_pssr/pssr.h
@@ -21,12 +21,12 @@ class BOTAN_DLL PSSR final : public EMSA
public:
/**
- * @param hash the hash object to use
+ * @param hash the hash function to use
*/
explicit PSSR(HashFunction* hash);
/**
- * @param hash the hash object to use
+ * @param hash the hash function to use
* @param salt_size the size of the salt to use in bytes
*/
PSSR(HashFunction* hash, size_t salt_size);