You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lovely library and been working without issues for osx. However, trying to use with windows and having issues. Debug works fine and the same output is generated (as on osx)
However Release comes out with something wrong. I don't have a windows box in front of me so did a remote debugging session over skype which is a fairly slow process and found that the issue begins after calling expandKey
Lovely library and been working without issues for osx. However, trying to use with windows and having issues. Debug works fine and the same output is generated (as on osx)
However Release comes out with something wrong. I don't have a windows box in front of me so did a remote debugging session over skype which is a fairly slow process and found that the issue begins after calling
expandKey
https://github.com/bricke/Qt-AES/blob/master/qaesencryption.cpp#L397
The expanded key is different.
Please note there are also some warnings, for type mismatch in windows for example:
ret.lastIndexOf(0x80)
This could maybe be a clue to some of the issues.
The text was updated successfully, but these errors were encountered: