You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than using RC4 in your PRNG, consider using AES in CTR mode to reduce
your trusted base. CTR mode allows using the same cipher as is used elsewhere
in your design (AES) in places where you need a stream cipher. As long as your
key and IV are sufficiently unpredictable, it is considered secure.
Original issue reported on code.google.com by [email protected] on 6 Mar 2012 at 6:52
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 6 Mar 2012 at 6:52The text was updated successfully, but these errors were encountered: