pub unsafe extern "C" fn mp_int_set_value(
    z: mp_int,
    value: mp_small
) -> mp_result
Expand description

Sets z to the value of the specified signed value.