@Override
  public float[] cycle(float[] S, int first, int second, int third, int fourth) {
    lhsPermutator.cycle(S, first, second, third, fourth);
    return rhsPermutator.cycle(S, first, second, third, fourth);
  }