ltc_math_descriptor.unsigned_read

read an array of octets and store as integer @param dst The integer to load @param src The array of octets @param len The number of octets @return CRYPT_OK on success

struct ltc_math_descriptor
int function(void* dst, ubyte* src, c_ulong len) nothrow unsigned_read;

Meta