Function consistenttime::ct_copy_u32 [] [src]

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

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.