Commit 87471ca3 authored by Jon Oberheide's avatar Jon Oberheide Committed by Linus Torvalds

[CRYPTO]: Remove confusing TODO comment in arc4.c

parent 1aa2cc52
......@@ -45,10 +45,6 @@ static int arc4_set_key(void *ctx_arg, const u8 *in_key, unsigned int key_len, u
k = 0;
}
/* TODO: dump the first 768 bytes generated as recommended
by Ilya Mironov (http://eprint.iacr.org/2002/067/) to
increase the statistical strength of the state table */
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment