diff options
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, |