Most protocols should use as secure random numbers as possible.
/ Henrik Grubbström (Lysator)
Previous text:
2004-02-04 13:24: Subject: nettle
Many of the protocols use random functions and hashes. Though I think that e.g. Crypto.randomness.random_string has been a bit overused. I've replaced it with the much cheaper and totally insecure top level function random_string in many cases.
/ Martin Nilsson (saturator)