On 8/18/2013 12:32 PM, QAston wrote:
On Sunday, 18 August 2013 at 10:14:29 UTC, ilya-stromberg wrote:
Hi,

Do you know any cryptographically secure pseudo-random number generator
(CSPRNG) for D?

I know that we have std.random, but it is NOT cryptographically secure.

Thanks.

You may be interested in https://github.com/D-Programming-Deimos/openssl - D
bindings for openssl.

I agree. I'd call a C one from D that is accepted by the crypto community as secure, rather than invent an insecure one.

Reply via email to