From 42c3d8f3aa593c224174558fd6f3d2709e08f7d0 Mon Sep 17 00:00:00 2001 From: weidai Date: Wed, 16 Jul 2003 01:53:45 +0000 Subject: added support for using encoding parameters and key derivation parameters git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@98 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- pkcspad.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkcspad.h') diff --git a/pkcspad.h b/pkcspad.h index 1ca9ada..ed93a93 100644 --- a/pkcspad.h +++ b/pkcspad.h @@ -17,8 +17,8 @@ public: static const char * StaticAlgorithmName() {return "EME-PKCS1-v1_5";} unsigned int MaxUnpaddedLength(unsigned int paddedLength) const; - void Pad(RandomNumberGenerator &rng, const byte *raw, unsigned int inputLength, byte *padded, unsigned int paddedLength) const; - DecodingResult Unpad(const byte *padded, unsigned int paddedLength, byte *raw) const; + void Pad(RandomNumberGenerator &rng, const byte *raw, unsigned int inputLength, byte *padded, unsigned int paddedLength, const NameValuePairs ¶meters) const; + DecodingResult Unpad(const byte *padded, unsigned int paddedLength, byte *raw, const NameValuePairs ¶meters) const; }; template class PKCS_DigestDecoration -- cgit v1.2.1