diff options
Diffstat (limited to 'modules/alg_ia32/serpent.cpp')
-rw-r--r-- | modules/alg_ia32/serpent.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/alg_ia32/serpent.cpp b/modules/alg_ia32/serpent.cpp index 964b677a1..fd489574b 100644 --- a/modules/alg_ia32/serpent.cpp +++ b/modules/alg_ia32/serpent.cpp @@ -43,7 +43,6 @@ void Serpent::key(const byte key[], u32bit length) W[length / 4] |= u32bit(1) << ((length%4)*8); serpent_key_schedule(W); - round_key.copy(W + 8, 132); } |