Open halloweeks opened 5 months ago
With big endian
With little endian
See how reversed
template argument is used here:
https://github.com/mmozeiko/aes-finder/blob/master/aes-finder.cpp#L178C16-L178C24
It is once used as true
, and other time false
thus checking both formats, when expanded key is stored in little or big endian.
I am writing my own aes keys finding code in c language for jni android project, key finding works fine but problem is 'little endian', my code able to find only big endian keys