ltc_math_descriptor.montgomery_setup

setup montgomery @param a The modulus @param b The destination for the reduction digit @return CRYPT_OK on success

struct ltc_math_descriptor
int function(void* a, void** b) nothrow montgomery_setup;

Meta