Skip to main content

rotr32

Function rotr32 

Source
pub fn rotr32(a: [Field; 32], n: usize) -> [Field; 32]
Expand description

Rotate-right by n bits (pure re-wiring, zero gates): out[i] = a[(i+n) % 32].