This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients rhettinger, sturlamolden, vstinner
Date 2011-08-16.23:55:08
SpamBayes Score 0.00042352403
Marked as misclassified No
Message-id <1313538909.25.0.666130265171.issue12754@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know if it would help you, but I wrote a C library offering a simple API and supporting various RNG (cryptographic, hardware, pseudo, ...). It reuses existing libraries like GSL, OpenSSL, glib, gcrypt, etc. It supports UNIX/BSD /dev/*random devices and the Windows CryptGen API. It has many tests and reuses external tools to test the RNG.

I added recently RAND_bytes to the Python ssl module, you may reuse it.
History
Date User Action Args
2011-08-16 23:55:09vstinnersetrecipients: + vstinner, rhettinger, sturlamolden
2011-08-16 23:55:09vstinnersetmessageid: <1313538909.25.0.666130265171.issue12754@psf.upfronthosting.co.za>
2011-08-16 23:55:08vstinnerlinkissue12754 messages
2011-08-16 23:55:08vstinnercreate