Elías Snær Einarsson
Results
2
issues of
Elías Snær Einarsson
The function `arcfour_generate_stream` in `arcfour.c` set the `i` and `j` variables back to 0 at the start of every iteration of the for loop, while they're only supposed to be...
Some compilers cast `mode` to a bool when inverted with `!`, this fixes it by changing the modes for each step of 3DES to be hard-coded to their correct values.