summaryrefslogtreecommitdiff
path: root/gost.h
diff options
context:
space:
mode:
Diffstat (limited to 'gost.h')
-rw-r--r--gost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gost.h b/gost.h
index 8b513d3..044c18d 100644
--- a/gost.h
+++ b/gost.h
@@ -21,7 +21,7 @@ class GOST : public GOST_Info, public BlockCipherDocumentation
class CRYPTOPP_NO_VTABLE Base : public BlockCipherImpl<GOST_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 void PrecalculateSTable();