pub fn multi_keccak_phase0<F: Field>(
    bytes: &[Vec<u8>],
    capacity: Option<usize>
) -> (Vec<KeccakRow<F>>, Vec<[F; 4]>)
Expand description

Returns vector of KeccakRow and vector of hash digest outputs.