ltc_prng_descriptor.add_entropy

Add entropy to the PRNG @param _in The entropy @param inlen Length of the entropy (octets)\ @param prng The PRNG state @return CRYPT_OK if successful

struct ltc_prng_descriptor
int function(const ubyte* _in, c_ulong inlen, prng_state* prng) nothrow add_entropy;

Meta