Hello Adrian, hello Samuel,
My reading of the code is that it was intended to be - t = set_byte(t, (j-1)%4, sbox[get_byte(k,j)]); + t = set_byte(t, (j-1+4)%4, sbox[get_byte(k,j)]);It's looking good, I have uploaded 1:1.0-10 to unstable, hopefully this was the only issue still affecting other archs.
glad, you found this value range issue to make aeskeyfind work on the other architectures!
Thanks a lot for working on this! Best regards Jan