Skip to main content

read_n

Function read_n 

Source
pub fn read_n<const N: usize>(arr: [[Field; 32]; N], t: usize) -> [Field; 32]
Expand description

Read the t-th 32-bit word out of an N-word array (a constant-indexed copy of arr[t]).