I am using Brian Gladman's library for EAX encryption in one of my project.
The problem is the code works on my local development environment (Ubuntu running under virtualbox) but the same code does not work (encryption incorrect) on a system running on Amazon AWS Cloud.
I have checked the GCC version and both my local environment and on the cloud. The versions are same:
gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5)
In what cases can this happen? Any ideas?