ltc_prng_descriptor.read

Read from the PRNG @param _out _out Where to store the data @param outlen Length of data desired (octets) @param prng The PRNG state to read from @return Number of octets read

struct ltc_prng_descriptor
c_ulong function(ubyte* _out, c_ulong outlen, prng_state* prng) nothrow read;

Meta