Function consistenttime::ct_copy_usize [] [src]

#[no_mangle]
pub extern "C" fn ct_copy_usize(flag: bool, x: &mut [usize], y: &[usize])

Optional buffer copying

IF flag == True THEN X will be set to Y

If flag == False THEN X is unchanged

Panic:

This function will panic if X and Y are not equal length.