aboutsummaryrefslogtreecommitdiffstats
path: root/src/arc4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/arc4.cpp')
-rw-r--r--src/arc4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arc4.cpp b/src/arc4.cpp
index 69c3eaf83..298e57cbd 100644
--- a/src/arc4.cpp
+++ b/src/arc4.cpp
@@ -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();
}