aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/cast/cast128.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/block/cast/cast128.cpp')
-rw-r--r--src/block/cast/cast128.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/cast/cast128.cpp b/src/block/cast/cast128.cpp
index 14e5c9e9d..6a6b46efd 100644
--- a/src/block/cast/cast128.cpp
+++ b/src/block/cast/cast128.cpp
@@ -102,7 +102,7 @@ void CAST_128::dec(const byte in[], byte out[]) const
/*************************************************
* CAST-128 Key Schedule *
*************************************************/
-void CAST_128::key(const byte key[], u32bit length)
+void CAST_128::key_schedule(const byte key[], u32bit length)
{
clear();
SecureBuffer<u32bit, 4> X;