diff options
Diffstat (limited to 'src/block/xtea/xtea.cpp')
-rw-r--r-- | src/block/xtea/xtea.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/xtea/xtea.cpp b/src/block/xtea/xtea.cpp index db5c7effc..d13173f02 100644 --- a/src/block/xtea/xtea.cpp +++ b/src/block/xtea/xtea.cpp @@ -44,7 +44,7 @@ void XTEA::dec(const byte in[], byte out[]) const /************************************************* * XTEA Key Schedule * *************************************************/ -void XTEA::key(const byte key[], u32bit) +void XTEA::key_schedule(const byte key[], u32bit) { static const u32bit DELTAS[64] = { 0x00000000, 0x9E3779B9, 0x9E3779B9, 0x3C6EF372, 0x3C6EF372, 0xDAA66D2B, |