Kaspersky’s Analysis of Equation Group’s RC6 Is Wrong (cs.uic.edu) 26 points by prdonahue 10y ago ↗ HN
[–] jjnoakes 10y ago ↗ I wonder if this is a result of the Q32 macro not containing the "u" suffix and defaulting to a signed int.Of course the result of the calculation is the same, but that old level of gcc may prefer subtracting when adding negative constants.
2 comments
[ 3.8 ms ] story [ 15.1 ms ] threadOf course the result of the calculation is the same, but that old level of gcc may prefer subtracting when adding negative constants.