pub unsafe extern "C" fn mp_int_mul_pow2( a: mp_int, p2: mp_small, c: mp_int, ) -> mp_result
Sets c to the product of a and 2^p2. Requires p2 >= 0.
c
a
2^p2
p2 >= 0