creachadair_imath_sys

Function mp_int_mul_pow2

source
pub unsafe extern "C" fn mp_int_mul_pow2(
    a: mp_int,
    p2: mp_small,
    c: mp_int,
) -> mp_result
Expand description

Sets c to the product of a and 2^p2. Requires p2 >= 0.