diff options
Diffstat (limited to 'src/block/square/square.h')
-rw-r--r-- | src/block/square/square.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/square/square.h b/src/block/square/square.h index 97326e7ea..4c4d89100 100644 --- a/src/block/square/square.h +++ b/src/block/square/square.h @@ -23,7 +23,7 @@ class BOTAN_DLL Square : public BlockCipher private: void enc(const byte[], byte[]) const; void dec(const byte[], byte[]) const; - void key(const byte[], u32bit); + void key_schedule(const byte[], u32bit); static void transform(u32bit[4]); |