creachadair_imath_sys

Function mp_int_init_copy

source
pub unsafe extern "C" fn mp_int_init_copy(
    z: mp_int,
    old: mp_int,
) -> mp_result
Expand description

Initializes z to be a copy of an already-initialized value in old. The new copy does not share storage with the original.