ltc_prng_descriptor.pexport

Export a PRNG state @param _out _out The destination for the state @param outlen [_in/_out] The max size and resulting size of the PRNG state @param prng The PRNG to export @return CRYPT_OK if successful

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

Meta