Skip to content

Prefer to use /dev/urandom rather than arcrandom(). I have doubts on real...

Simon Morlat requested to merge fix/prefer_dev_random into master

Prefer to use /dev/urandom rather than arcrandom(). I have doubts on real randomness of arc4random() in case of fork().

Merge request reports