diff options
author | René Korthaus <[email protected]> | 2016-10-16 14:26:13 +0200 |
---|---|---|
committer | René Korthaus <[email protected]> | 2016-10-19 09:13:27 +0200 |
commit | 6a75d6bd08dead5d9ba030ef5041885b11aa2228 (patch) | |
tree | b602187ebd969a52bf5ecace8fd97ab3b2da35e8 /src/lib/pk_pad/emsa_x931 | |
parent | e236572e1d1f68e8dc61f6d18fd30c6fe9135961 (diff) |
Improve pk_pad doxygen [ci skip]
Diffstat (limited to 'src/lib/pk_pad/emsa_x931')
-rw-r--r-- | src/lib/pk_pad/emsa_x931/emsa_x931.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pk_pad/emsa_x931/emsa_x931.h b/src/lib/pk_pad/emsa_x931/emsa_x931.h index 56754d3b1..fe5866002 100644 --- a/src/lib/pk_pad/emsa_x931/emsa_x931.h +++ b/src/lib/pk_pad/emsa_x931/emsa_x931.h @@ -22,7 +22,7 @@ class BOTAN_DLL EMSA_X931 final : public EMSA { public: /** - * @param hash the hash object to use + * @param hash the hash function to use */ explicit EMSA_X931(HashFunction* hash); |