ltc_math_descriptor.read_radix

read ascii string @param a The integer to store into @param str The string to read @param radix The radix the integer has been represented in (2-64) @return CRYPT_OK on success

struct ltc_math_descriptor
int function(void* a, const char* str, int radix) nothrow read_radix;

Meta