Skip to content
Snippets Groups Projects
Commit 47adf51f authored by Brad King's avatar Brad King
Browse files

Merge branch 'libarchive-backport-rc4-crypto-rec' into release

parents 68115cf0 18009aaf
No related branches found
No related tags found
No related merge requests found
......@@ -222,7 +222,7 @@ arc4_stir(void)
* Discard early keystream, as per recommendations in:
* "(Not So) Random Shuffles of RC4" by Ilya Mironov.
*/
for (i = 0; i < 1024; i++)
for (i = 0; i < 3072; i++)
(void)arc4_getbyte();
arc4_count = 1600000;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment