init_rot64

Function init_rot64 

Source
fn init_rot64<F: PrimeField>(
    witness: &mut [Vec<F>; 15],
    curr_row: usize,
    word: F,
    rotated: F,
    excess: F,
    shifted: F,
    bound: F,
)