diff options
author | lloyd <[email protected]> | 2010-06-21 22:18:21 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-06-21 22:18:21 +0000 |
commit | 23da3a13a1d4852e6c7560c37e308ba0db6c77da (patch) | |
tree | 914df03485b9ff2b9fdd4c8670f9f86648375a8a /src/pk_pad/emsa1_bsi | |
parent | 2b1f7e7b700ae67c8c03a30aa123f59df00e9951 (diff) |
Doxygen
Diffstat (limited to 'src/pk_pad/emsa1_bsi')
-rw-r--r-- | src/pk_pad/emsa1_bsi/emsa1_bsi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pk_pad/emsa1_bsi/emsa1_bsi.h b/src/pk_pad/emsa1_bsi/emsa1_bsi.h index ec86d40e2..a0a3515fb 100644 --- a/src/pk_pad/emsa1_bsi/emsa1_bsi.h +++ b/src/pk_pad/emsa1_bsi/emsa1_bsi.h @@ -21,6 +21,9 @@ implementation comes from InSiTo class BOTAN_DLL EMSA1_BSI : public EMSA1 { public: + /** + * @param hash the hash object to use + */ EMSA1_BSI(HashFunction* hash) : EMSA1(hash) {} private: SecureVector<byte> encoding_of(const MemoryRegion<byte>&, u32bit, |