Subject: | makerandom() not portable |
Hi,
Crypt::DSA version 0.13 introducted a new utility method: makerandom(). However, this method tries to open '/dev/random' which is obviously not portable. Also, on Trustix 3.0, reading from '/dev/random' seems to take forever (it eventually works -- the test suite took 10 minutes to run through though :)!
-Brian