On Sat, Mar 19, 2005 at 10:08:13PM +0100, Jan Engelhardt wrote: > > Well, what about things like urandom? It also moves "a lot" of data and does > nothing else. >
If you're using urandom to move "a lot" of data, you're using it wrong. That's not what it is supposed to be for; I can't think of a valid use of /dev/urandom that would use more than, say, 256 bytes (2048 bits), and most sanely written users of /dev/urandom only need 16 bytes (i.e., 128 bits). Anything more than that, and you should be using a userpsace PRNG or CRNG, and **not** /dev/urandom. - Ted - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/