ltc_prng_descriptor.pimport

Import a PRNG state @param _in The data to import @param inlen The length of the data to import (octets) @param prng The PRNG to initialize/import @return CRYPT_OK if successful

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

Meta