The unified diff between revisions [75daca8d..] and [08eaf28d..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'arc4.cpp'
#
#
# patch "arc4.cpp"
# from [b6add086b0c81276ac9d32b3858a2a450a299ab3]
# to [6b24fa12af23cdd3ec85de63a2f28ff3f89c317d]
#
============================================================
--- arc4.cpp b6add086b0c81276ac9d32b3858a2a450a299ab3
+++ arc4.cpp 6b24fa12af23cdd3ec85de63a2f28ff3f89c317d
@@ -95,7 +95,7 @@ void ARC4::clear() throw()
/*************************************************
* ARC4 Constructor *
*************************************************/
-ARC4::ARC4(u32bit s) : StreamCipher(1, 32), SKIP(s)
+ARC4::ARC4(u32bit s) : StreamCipher(1, 256), SKIP(s)
{
clear();
}