ltc_math_descriptor.twoexpt

Compute a power of two @param a The integer to store the power in @param n The power of two you want to store (a = 2^n) @return CRYPT_OK on success

struct ltc_math_descriptor
int function(void* a, int n) nothrow twoexpt;

Meta