summaryrefslogtreecommitdiff
path: root/twofish.h
diff options
context:
space:
mode:
Diffstat (limited to 'twofish.h')
-rw-r--r--twofish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/twofish.h b/twofish.h
index 2ba283da..969fdb2e 100644
--- a/twofish.h
+++ b/twofish.h
@@ -21,7 +21,7 @@ class Twofish : public Twofish_Info, public BlockCipherDocumentation
class CRYPTOPP_NO_VTABLE Base : public BlockCipherImpl<Twofish_Info>
{
public:
- void UncheckedSetKey(CipherDir direction, const byte *userKey, unsigned int length);
+ void UncheckedSetKey(const byte *userKey, unsigned int length, const NameValuePairs &params);
protected:
static word32 h0(word32 x, const word32 *key, unsigned int kLen);