Skip to content
Snippets Groups Projects
Commit 59032a38 authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'libarchive-backport-rc4-crypto-rec'


18009aaf libarchive: backport rc4 crypto requirement update

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !598
parents 989484d5 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