F function

int F(
  1. List<Uint32List> S,
  2. dynamic x8,
  3. dynamic i
)

Implementation

int F(List<Uint32List> S, x8, i) {
  return (((S[0][x8[i + 3]] + S[1][x8[i + 2]]) ^ S[2][x8[i + 1]]) +
      S[3][x8[i]]);
}