Function consistenttime::ct_copy_u64
[−]
[src]
pub extern fn ct_copy_u64(flag: bool, x: &mut [u64], y: &[u64])
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.