This line https://github.com/Glusk/caesar/blob/b6edd430754b8487571a819762cff91bc126287e/src/main/java/com.github.glusk.caesar/com/github/glusk/caesar/cipher/RC4.java#L99 returns a new object with non-updated values of i and j. No test cases check for chained `update()` calls so this was not detected.
This line
caesar/src/main/java/com.github.glusk.caesar/com/github/glusk/caesar/cipher/RC4.java
Line 99 in b6edd43
returns a new object with non-updated values of i and j.
No test cases check for chained
update()calls so this was not detected.