Kaspersky’s Analysis of Equation Group’s RC6 Is Wrong (cs.uic.edu) 26 points by prdonahue 9y ago ↗ HN
[–] jjnoakes 9y 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.3 ms ] story [ 15.7 ms ] threadOf course the result of the calculation is the same, but that old level of gcc may prefer subtracting when adding negative constants.